This commit is contained in:
Kovid Goyal 2023-07-13 19:42:49 +05:30
parent 15cd88472a
commit 724848e364
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -370,7 +370,7 @@ class Translations(POT): # {{{
files = []
skip_iso = {
'si', 'te', 'km', 'en_GB', 'en_AU', 'en_CA', 'yi', 'ku', 'my', 'uz@Latn', 'fil', 'hy', 'ltg', 'km_KH', 'km',
'ur', 'ml', 'fo', 'ug', 'jv'
'ur', 'ml', 'fo', 'ug', 'jv', 'nds',
}
def handle_stats(f, data):