mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05: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/
5 lines
170 B
Text
5 lines
170 B
Text
//= depend_on 'client.tr_TR.yml'
|
|
//= require locales/i18n
|
|
<%= JsLocaleHelper.output_locale(:tr_TR) %>
|
|
|
|
I18n.pluralizationRules['tr_TR'] = function(n) { return "other"; }
|