Skip to content

Commit

Permalink
Automatically update translation keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Crowdin Bot committed Nov 25, 2024
1 parent f13e40c commit 7e81181
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/i18n/lngs-generated.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
export const languages = new Map<string, string>([
["am", "am-ET"],
["cs", "cs-CZ"],
["de", "de-DE"],
["de-AT", "de-AT"],
["de-DE", "de-DE"],
["el", "el-GR"],
["en", "en-US"],
["es", "es-ES"],
["fr", "fr-FR"],
["gl", "gl-ES"],
["he", "he-IL"],
["it", "it-IT"],
["nl", "nl-NL"],
["pl", "pl-PL"],
["sl", "sl-SI"],
["sv", "sv-SE"],
["tr", "tr-TR"],
["zh-CN", "zh-CN"],
["zh-TW", "zh-TW"],
]);

0 comments on commit 7e81181

Please sign in to comment.