Skip to content

Commit 7a1a4cd

Browse files
committed
Support old-style language codes for Android 5.1
1 parent 29ffd52 commit 7a1a4cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python_twine/twine/formatters/android.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ class AndroidFormatter(AbstractFormatter):
4747
TWINE_TO_ANDROID_LANG_CODES = {
4848
"zh-Hans": "zh",
4949
"zh-Hant": "zh-TW",
50+
"he": "iw",
51+
"id": "in",
52+
"yi": "ji",
5053
}
5154

5255
def format_name(self) -> str:

0 commit comments

Comments
 (0)