diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-12-05 03:41:47 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-12-05 03:41:47 +0000 |
commit | 9223ab42522948f290ca8758210c2a74462a2726 (patch) | |
tree | 45eb9159f0303eae34b1ce866c524e918a944c95 /config | |
parent | be002a10766d38d87485b443ff822fb30346f1e3 (diff) | |
download | redmine-9223ab42522948f290ca8758210c2a74462a2726.tar.gz redmine-9223ab42522948f290ca8758210c2a74462a2726.zip |
remove "address_separator" etc. from tr.yml
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
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/tr.yml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/config/locales/tr.yml b/config/locales/tr.yml index 6412f192d..43f1c9de6 100644 --- a/config/locales/tr.yml +++ b/config/locales/tr.yml @@ -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" |