From 9223ab42522948f290ca8758210c2a74462a2726 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Thu, 5 Dec 2013 03:41:47 +0000 Subject: [PATCH] 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 --- config/locales/tr.yml | 9 --------- 1 file changed, 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" -- 2.39.5