]> source.dussan.org Git - redmine.git/commitdiff
remove "address_separator" etc. from tr.yml
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 5 Dec 2013 03:41:47 +0000 (03:41 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 5 Dec 2013 03:41:47 +0000 (03:41 +0000)
These keys are not in other yamls.
These keys were removed from Rails i18n on 2011-11-21.
https://github.com/svenfuchs/rails-i18n/commit/29f3cba4eb6800a887a1e2af1274dd100196a7c7

git-svn-id: http://svn.redmine.org/redmine/trunk@12360 e93f8b46-1217-0410-a6f0-8f06a7374b81

config/locales/tr.yml

index 6412f192d2872b4c5842001e95710cfc564f74b1..43f1c9de61ba190f186601e3c016a12a8bc33653 100644 (file)
@@ -4,14 +4,10 @@
 # by Mert Salih Kaplan (mail@mertskaplan.com)
 
 tr:
-  locale:
-    native_name: Türkçe
-    address_separator: " "
   direction: ltr
   date:
     formats:
       default: "%d.%m.%Y"
-      numeric: "%d.%m.%Y"
       short: "%e %b"
       long: "%e %B %Y, %A"
       only_day: "%e"
@@ -28,7 +24,6 @@ tr:
   time:
     formats:
       default: "%a %d.%b.%y %H:%M"
-      numeric: "%d.%b.%y %H:%M"
       short: "%e %B, %H:%M"
       long: "%e %B %Y, %A, %H:%M"
       time: "%H:%M"
@@ -93,16 +88,12 @@ tr:
     percentage:
       format:
         delimiter: '.'
-        separator: ','
-        precision: 2
     precision:
       format:
         delimiter: '.'
-        separator: ','
     human:
       format:
         delimiter: '.'
-        separator: ','
         precision: 3
       storage_units:
         format: "%n %u"