provide example locale files for yaml

This commit is contained in:
Marcel Haßlinger 2021-09-21 11:41:28 +02:00
parent c75a49cae0
commit 2801b0f0ac
2 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,17 @@
alpha:
spacing: ' führendes Leerzeichen'
first: Beispiel Übersetzung
beta:
title: Titel
nested:
title: Ein verschachtelter Titel
gamma:
array:
escaped:
- Erstes;Element
- Zweites Element
- Drittes;Element
simple:
- Erstes Element
- Zweites Element
title: Gamma Titel

View File

@ -0,0 +1,17 @@
alpha:
spacing: ' leading space'
first: Example Translation
beta:
title: Title
nested:
title: some nested title
gamma:
array:
escaped:
- first;element
- second element
- third;element
simple:
- first element
- second element
title: gamma title