Merge pull request #3100 from riking/patch-1
Set Turkish pluralization rules
This commit is contained in:
commit
07d3f0fc26
|
@ -1,3 +1,5 @@
|
||||||
//= depend_on 'client.tr_TR.yml'
|
//= depend_on 'client.tr_TR.yml'
|
||||||
//= require locales/i18n
|
//= require locales/i18n
|
||||||
<%= JsLocaleHelper.output_locale(:tr_TR) %>
|
<%= JsLocaleHelper.output_locale(:tr_TR) %>
|
||||||
|
|
||||||
|
I18n.pluralizationRules['tr_TR'] = function(n) { return "other"; }
|
||||||
|
|
Loading…
Reference in New Issue