Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions web/lit-localize.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"es",
"fr",
"it",
"ja",
"ko",
"nl",
"pl",
Expand Down
1 change: 1 addition & 0 deletions web/src/elements/ak-locale-context/definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const LOCALE_TABLE: LocaleRow[] = [
["es", /^es([_-]|$)/i, () => msg("Spanish"), () => import("#locales/es")],
["fr", /^fr([_-]|$)/i, () => msg("French"), () => import("#locales/fr")],
["it", /^it([_-]|$)/i, () => msg("Italian"), () => import("#locales/it")],
["ja", /^ja([_-]|$)/i, () => msg("Japanese"), () => import("#locales/ja")],
["ko", /^ko([_-]|$)/i, () => msg("Korean"), () => import("#locales/ko")],
["nl", /^nl([_-]|$)/i, () => msg("Dutch"), () => import("#locales/nl")],
["pl", /^pl([_-]|$)/i, () => msg("Polish"), () => import("#locales/pl")],
Expand Down
2 changes: 2 additions & 0 deletions web/src/locale-codes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export const targetLocales = [
`es`,
`fr`,
`it`,
`ja`,
`ko`,
`nl`,
`pl`,
Expand All @@ -40,6 +41,7 @@ export const allLocales = [
`es`,
`fr`,
`it`,
`ja`,
`ko`,
`nl`,
`pl`,
Expand Down
3 changes: 3 additions & 0 deletions web/xliff/cs_CZ.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -10683,6 +10683,9 @@ Vazby na skupiny/uživatele jsou kontrolovány vůči uživateli události.</tar
</trans-unit>
<trans-unit id="s91cfe4fac0957ee7">
<source>Application list</source>
</trans-unit>
<trans-unit id="sdd35b688281b6dea">
<source>Japanese</source>
</trans-unit>
</body>
</file>
Expand Down
3 changes: 3 additions & 0 deletions web/xliff/de.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -10725,6 +10725,9 @@ Bindings zu Gruppen/Benutzern werden mit dem Benutzer des Ereignisses abgegliche
</trans-unit>
<trans-unit id="s91cfe4fac0957ee7">
<source>Application list</source>
</trans-unit>
<trans-unit id="sdd35b688281b6dea">
<source>Japanese</source>
</trans-unit>
</body>
</file>
Expand Down
3 changes: 3 additions & 0 deletions web/xliff/en.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -8513,6 +8513,9 @@ Bindings to groups/users are checked against the user of the event.</source>
</trans-unit>
<trans-unit id="s91cfe4fac0957ee7">
<source>Application list</source>
</trans-unit>
<trans-unit id="sdd35b688281b6dea">
<source>Japanese</source>
</trans-unit>
</body>
</file>
Expand Down
3 changes: 3 additions & 0 deletions web/xliff/es.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -10643,6 +10643,9 @@ El valor de este campo se compara con el atributo de pertenencia del usuario.</t
</trans-unit>
<trans-unit id="s91cfe4fac0957ee7">
<source>Application list</source>
</trans-unit>
<trans-unit id="sdd35b688281b6dea">
<source>Japanese</source>
</trans-unit>
</body>
</file>
Expand Down
3 changes: 3 additions & 0 deletions web/xliff/fr.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -10898,6 +10898,9 @@ Les liaisons avec les groupes/utilisateurs sont vérifiées par rapport à l'uti
</trans-unit>
<trans-unit id="s91cfe4fac0957ee7">
<source>Application list</source>
</trans-unit>
<trans-unit id="sdd35b688281b6dea">
<source>Japanese</source>
</trans-unit>
</body>
</file>
Expand Down
3 changes: 3 additions & 0 deletions web/xliff/it.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -10591,6 +10591,9 @@ Bindings to groups/users are checked against the user of the event.</source>
</trans-unit>
<trans-unit id="s91cfe4fac0957ee7">
<source>Application list</source>
</trans-unit>
<trans-unit id="sdd35b688281b6dea">
<source>Japanese</source>
</trans-unit>
</body>
</file>
Expand Down
Loading
Loading