provide example locale files for yaml
This commit is contained in:
parent
c75a49cae0
commit
2801b0f0ac
17
example/yaml/locale-de.yml
Normal file
17
example/yaml/locale-de.yml
Normal 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
|
17
example/yaml/locale-en.yml
Normal file
17
example/yaml/locale-en.yml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user