Clarify that the pot-file is created during build.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c59474d589
commit
710bf42e0b
|
@ -42,9 +42,10 @@ using link:{uri-git-send-email}[git send-email].
|
||||||
==== Creating a new translation
|
==== Creating a new translation
|
||||||
|
|
||||||
To create a new translation, copy `translations/{project}.pot` to
|
To create a new translation, copy `translations/{project}.pot` to
|
||||||
`translations/[LANGUAGE ABBREVIATION].po`, (replace [LANGUAGE ABBREVIATION] with
|
`translations/[LANGUAGE ABBREVIATION].po` (Replace [LANGUAGE ABBREVIATION] with
|
||||||
the correct abbreviation for your language, e.g. “es” if you are translating
|
the correct abbreviation for your language, e.g. “es” if you are translating
|
||||||
into Spanish or “pt_BR” if you are translating into Brazilian Portuguese).
|
into Spanish or “pt_BR” if you are translating into Brazilian Portuguese). The
|
||||||
|
pot-file is generated during the build process.
|
||||||
|
|
||||||
Open your new po file with your favourite text editor, (or you may prefer to use
|
Open your new po file with your favourite text editor, (or you may prefer to use
|
||||||
a translation catalog editor like link:{uri-poedit}[Poedit]), and first edit the
|
a translation catalog editor like link:{uri-poedit}[Poedit]), and first edit the
|
||||||
|
|
Loading…
Reference in New Issue
Block a user