-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
37 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"$schema": "https://unpkg.com/typesafe-i18n@5.24.2/schema/typesafe-i18n.json", | ||
"$schema": "https://unpkg.com/typesafe-i18n@5.24.3/schema/typesafe-i18n.json", | ||
"adapter": "svelte" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
import type { Translation } from '../i18n-types' | ||
|
||
const de: Translation = { | ||
title: 'typesafe-i18n - Svelte Herbst Summit {year}', | ||
welcome: 'Willkommen zum Svelte Herbst Summit {year}', | ||
title: 'Bildung vor Ort', | ||
welcome: 'Bildung vor Ort', | ||
spectators: '{0} Zuschauer live', | ||
summit: { | ||
schedule: '{0|simpleDate}', | ||
}, | ||
log: `Dieses Logging wurde von '{fileName}' aufgerufen`, | ||
first_paragraph: 'Wir können lokal arbeiten, um die Bevölkerung aufzuklären, indem wir uns auf die Gemeinschaft konzentrieren. In Rojava und Chiapas ist dies bereits teilweise und mit großem Erfolg geschehen. Rojava ist der am besten ausgebildete Teil Syriens und die EZLN-Schulen schneiden besser ab als andere Schulen in der Region. Dies kann wichtige Auswirkungen haben, da die Bildung der Menschen für eine gut funktionierende Gesellschaft wichtig ist.', | ||
} | ||
|
||
export default de |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
import type { BaseTranslation } from '../i18n-types' | ||
|
||
const en: BaseTranslation = { | ||
title: 'typesafe-i18n - Svelte Fall Summit {year:number}', | ||
title: 'eduki loke', | ||
welcome: 'Welcome to Svelte Fall Summit {year:number}', | ||
spectators: '{0} live spectator{{s}}', | ||
summit: { | ||
schedule: '{0:Date|simpleDate}', | ||
}, | ||
log: `This log was called from '{fileName:string}'`, | ||
first_paragraph: 'Ni povas labori loke por eduki la loĝantaron per fokuso sur komunumo. En Rojava kaj Chiapas tio jam estis farita iagrade, kun multe da sukceso. Rojava estas la plej klera parto de Sirio kaj EZLN-lernejoj fartas pli bone ol aliaj lernejoj en la areo. Ĉi tio povas havi gravajn efikojn, ĉar la edukado de la homoj estas grava por taŭge funkcianta socio.', | ||
} | ||
|
||
export default en |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
import type { Translation } from '../i18n-types' | ||
|
||
const it: Translation = { | ||
title: 'typesafe-i18n - Svelte Summit Autunno {year}', | ||
title: 'educare a livello locale', | ||
welcome: 'Benvenuti al Svelte Summit Autunno {year}', | ||
spectators: '{0} {{spettatore|spettatori}} in diretta', | ||
summit: { | ||
schedule: '{0|simpleDate}', | ||
}, | ||
log: `Questa protocollazione è stata chiamata da '{fileName}'`, | ||
first_paragraph: 'Ni povas labori loke por eduki la loĝantaron per fokuso sur komunumo. En Rojava kaj Chiapas tio jam estis farita iagrade, kun multe da sukceso. Rojava estas la plej klera parto de Sirio kaj EZLN-lernejoj fartas pli bone ol aliaj lernejoj en la areo. Ĉi tio povas havi gravajn efikojn, ĉar la edukado de la homoj estas grava por taŭge funkcianta socio.', | ||
} | ||
|
||
export default it |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters