From e6d7ff912fb2fa4c9d541a2461770c546bfa4fd3 Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Sat, 18 Apr 2020 11:26:07 +0200 Subject: [PATCH] Website generation with Couscous --- translations/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/default.html b/translations/default.html index 8b72d9a..8b841cd 100644 --- a/translations/default.html +++ b/translations/default.html @@ -151,7 +151,7 @@

Please help us translating FileGator to your language by submitting a Pull Request on GitHub.

How to translate

-

Default language file is located under frontend/translations/english.js You can add more languages in the same folder. Once your language file is in place, it needs to be added to frontend/mixins/shared.js and then you can use it by adjusting language variable in your configuration.php file.

+

First, you must setup the project like desribed in 'Development' section. Default language file is located under frontend/translations/english.js You can add more languages in the same folder. Once your language file is in place, it needs to be added to frontend/mixins/shared.js. After this, recompile everything with npm run build and then you can use it by adjusting language variable in your configuration.php file.

You should only translate value on the right, for example:

'Close': 'Schliessen',

Default language file: