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.
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: