locale tools, map indonesia `in` mobile locale to our `id`

pull/1342/head
Audric Ackermann 5 years ago
parent 9a0acd1408
commit dfdb515904
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -16,7 +16,8 @@ ALLOWED_ITEM_KEYS = ['message', 'description', 'comment', 'placeholders', 'andro
SPECIFIC_LOCALES_MAPPING = {
'zh_CN': 'zh-rCN',
'pt_BR': 'pt-rBR'
'pt_BR': 'pt-rBR',
'id': 'in'
}
if len(sys.argv) != 3:

Loading…
Cancel
Save