6 lines
170 B
Plaintext
Raw Normal View History

2014-12-12 12:13:12 +05:30
//= depend_on 'client.tr_TR.yml'
//= require locales/i18n
<%= JsLocaleHelper.output_locale(:tr_TR) %>
I18n.pluralizationRules['tr_TR'] = function(n) { return "other"; }