Skip to content

Commit

Permalink
VPN-6778 fix English translation (#10123)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcleinman authored Dec 17, 2024
1 parent aa804bc commit b69cb7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
def write_en_language(filename, strings, key_as_id):
ts = ET.Element("TS")
ts.set("version", "2.1")
ts.set("language", "en")
ts.set("language", "en-US")

context = ET.SubElement(ts, "context")
ET.SubElement(context, "name")
Expand Down

0 comments on commit b69cb7e

Please sign in to comment.