kopia lustrzana https://github.com/hholzgra/ocitysmap
There are no country specific strings in the Turkish translation yet
Fresh, clean, patch against the ocitysmap repo for simplifying the Turkish translation. This patch contains only the language manipulation. Signed-off-by: Maxime Petazzoni <maxime.petazzoni@bulix.org>stable
rodzic
8890dac030
commit
0e25667630
|
@ -727,7 +727,7 @@ class i18n_pl_generic(i18n):
|
||||||
def first_letter_equal(self, a, b):
|
def first_letter_equal(self, a, b):
|
||||||
return a == b
|
return a == b
|
||||||
|
|
||||||
class i18n_tr_TR_generic(i18n):
|
class i18n_tr_generic(i18n):
|
||||||
APPELLATIONS = [ u"Sokak", u"Sokağı" ]
|
APPELLATIONS = [ u"Sokak", u"Sokağı" ]
|
||||||
DETERMINANTS = []
|
DETERMINANTS = []
|
||||||
SPACE_REDUCE = re.compile(r"\s+")
|
SPACE_REDUCE = re.compile(r"\s+")
|
||||||
|
@ -1028,7 +1028,7 @@ language_class_map = {
|
||||||
'pl_PL.UTF-8': i18n_pl_generic,
|
'pl_PL.UTF-8': i18n_pl_generic,
|
||||||
'nb_NO.UTF-8': i18n_generic,
|
'nb_NO.UTF-8': i18n_generic,
|
||||||
'nn_NO.UTF-8': i18n_generic,
|
'nn_NO.UTF-8': i18n_generic,
|
||||||
'tr_TR.UTF-8': i18n_tr_TR_generic,
|
'tr_TR.UTF-8': i18n_tr_generic,
|
||||||
'ast_ES.UTF-8': i18n_ast_generic,
|
'ast_ES.UTF-8': i18n_ast_generic,
|
||||||
'sk_SK.UTF-8': i18n_generic,
|
'sk_SK.UTF-8': i18n_generic,
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue