Skip to content

Commit fd739c2

Browse files
committed
add fr locale to update options
1 parent f7eed18 commit fd739c2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tools/updater/precursorupdater/precursorupdater.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def main():
125125
"-b", "--bleeding-edge", required=False, help="Update to bleeding-edge CI build", action='store_true'
126126
)
127127
parser.add_argument(
128-
"-l", "--language", help="Select Xous language [en|ja|zh|en-tts]", required=False, type=str, default="en"
128+
"-l", "--language", help="Select Xous language [en|ja|zh|fr|en-tts]", required=False, type=str, default="en"
129129
)
130130
parser.add_argument(
131131
"--factory-reset", required=False, help="Delete passwords and do a factory reset", action='store_true'
@@ -156,6 +156,7 @@ def main():
156156
"en-tts",
157157
"ja",
158158
"zh",
159+
"fr",
159160
}
160161
language = args.language.lower()
161162
if language not in VALID_LANGUAGES:

tools/updater/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="precursorupdater",
10-
version="0.0.8",
10+
version="0.0.9",
1111
author="bunnie",
1212
description="Precursor USB Updater",
1313
long_description=long_description,

0 commit comments

Comments
 (0)