Skip to content

Commit

Permalink
Docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alcalbg committed Apr 18, 2020
1 parent c08e65c commit 825b4c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/translations/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ currentMenu: default

## Translations

Language is configured by adjusting `language` variable in your `configuration.php` file.
Language is configured by adjusting the `language` variable in your `configuration.php` file.

Available languages:

Expand All @@ -29,7 +29,7 @@ Please help us translating FileGator to your language by submitting a Pull Reque

## How to translate

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.
First, you must setup the project like described in the '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 the `language` variable in your `configuration.php` file.

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

Expand Down

0 comments on commit 825b4c5

Please sign in to comment.