Skip to content

Commit

Permalink
feat: update platform translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Osman Minaz committed Oct 16, 2023
1 parent 619f416 commit 5b70ec3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/global/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -326,10 +326,10 @@ export const i18nNew: Record<string, string> = {

export const i18nFromPlatform: Record<string, Record<string, string>> = {
long: {
de: 'Von Gleis',
en: 'from platform',
fr: 'à partir de la voie',
it: 'Dalla piattaforma',
de: 'Auf Gleis',
en: 'on platform',
fr: 'sur la voie',
it: 'sulla piattaforma',
},
short: {
de: 'Gl.',
Expand Down

0 comments on commit 5b70ec3

Please sign in to comment.