Clarify i18n process #45

Merged
rfwatson merged 1 commit from plume/documentation:clarify_i18n into dev 2019-05-29 12:48:04 +00:00

View file

@ -135,7 +135,11 @@ second the string to translate. You can specify format arguments after a `;`.
If your string vary depending on the number of elements, provide the plural version
as the third arguments, and the number of element as the first format argument.
You can find example uses of this macro [here](https://github.com/Plume-org/gettext-macros#example)
You can find example uses of this macro [here](https://github.com/Plume-org/gettext-macros#example).
There is no need to provide individual translations of `i18n!`-wrapped strings in pull requests.
The strings will be uploaded to a third-party web service and translated automatically as
a separate step.
## Working with the front-end