mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42:55 +00:00
genlocale script comment correction
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
c74962e96f
commit
80be652488
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ def printlocaledata(frommap, key):
|
||||||
# HACK: skip table entries the language of which is unknown
|
# HACK: skip table entries the language of which is unknown
|
||||||
if key == 'apc_SY':
|
if key == 'apc_SY':
|
||||||
return
|
return
|
||||||
# HACK: skip table entries with and with and without specifiec script
|
# HACK: skip table entries with and without specifiec script
|
||||||
if key == 'ha_Arab_NG':
|
if key == 'ha_Arab_NG':
|
||||||
return
|
return
|
||||||
print(''' {
|
print(''' {
|
||||||
|
|
Loading…
Add table
Reference in a new issue