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.
29f3cba4eb

git-svn-id: http://svn.redmine.org/redmine/trunk@12360 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2013-12-05 03:41:47 +00:00
parent be002a1076
commit 9223ab4252

View File

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