mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 15:52:12 +08:00
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'
|
||||
//= require locales/i18n
|
||||
<%= JsLocaleHelper.output_locale(:tr_TR) %>
|
||||
|
||||
I18n.pluralizationRules['tr_TR'] = function(n) { return "other"; }
|
||||
|
|
Loading…
Reference in New Issue
Block a user