diff --git a/crowdin.yml b/crowdin.yml index aaa507b6..f783a5e1 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,3 +1,3 @@ files: - source: /translations - translation: /translations/%two_letters_code% + translation: /translations/%two_letters_code% \ No newline at end of file diff --git a/translations/de b/translations/de new file mode 100644 index 00000000..63781b66 --- /dev/null +++ b/translations/de @@ -0,0 +1,3 @@ +--- +layout.logout: __layout.logout +layout.register: __layout.register diff --git a/translations/en b/translations/en new file mode 100644 index 00000000..63781b66 --- /dev/null +++ b/translations/en @@ -0,0 +1,3 @@ +--- +layout.logout: __layout.logout +layout.register: __layout.register