Update i18n docs

This commit is contained in:
Dimitri John Ledkov 2020-03-09 10:03:17 +00:00
parent 4147e02754
commit a90be83685
1 changed files with 11 additions and 0 deletions

View File

@ -12,6 +12,17 @@ also be discussed in the forum at https://forum.snapcraft.io.
Our localization platform is Launchpad, translations are managed at
https://translations.launchpad.net/ubuntu/+source/subiquity/
To update translation template in launchpad:
* execute $ make i18n
* make an upload of subiquity into Ubuntu
* wait for it to migrate
To export and update translations in subiquity:
* Request fresh translation export from Launchpad at
https://translations.launchpad.net/ubuntu/focal/+source/subiquity/+export
* wait for export to generate
* download, unpack, rename files into po directory, and commit changes
# Acquire subiquity from source
`git clone https://github.com/CanonicalLtd/subiquity`