We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b240efe commit a195c36Copy full SHA for a195c36
app/models/dictionary.rb
@@ -52,7 +52,7 @@ def self.ui_lookup(options = {})
52
53
def self.i18n_lookup(type, text)
54
result = I18n.t("dictionary.#{type}.#{text}", :locale => "en")
55
- result.start_with?("translation missing:") ? nil : result
+ result.start_with?("Translation missing:") ? nil : result
56
end
57
private_class_method :i18n_lookup
58
0 commit comments