From 2801b0f0ac212ae504e62708de49624c88d11658 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20Ha=C3=9Flinger?= Date: Tue, 21 Sep 2021 11:41:28 +0200 Subject: [PATCH] provide example locale files for yaml --- example/yaml/locale-de.yml | 17 +++++++++++++++++ example/yaml/locale-en.yml | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 example/yaml/locale-de.yml create mode 100644 example/yaml/locale-en.yml diff --git a/example/yaml/locale-de.yml b/example/yaml/locale-de.yml new file mode 100644 index 0000000..7f30ab6 --- /dev/null +++ b/example/yaml/locale-de.yml @@ -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 diff --git a/example/yaml/locale-en.yml b/example/yaml/locale-en.yml new file mode 100644 index 0000000..f8f0737 --- /dev/null +++ b/example/yaml/locale-en.yml @@ -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