mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 20:26:35 +08:00
31c8b5763f
Turkish does not have different forms for singulars next to numerals https://meta.discourse.org/t/turkish-translation-missing-many-singular-strings/23334/
6 lines
170 B
Plaintext
6 lines
170 B
Plaintext
//= depend_on 'client.tr_TR.yml'
|
|
//= require locales/i18n
|
|
<%= JsLocaleHelper.output_locale(:tr_TR) %>
|
|
|
|
I18n.pluralizationRules['tr_TR'] = function(n) { return "other"; }
|