mirror of
https://github.com/Mikaela/Limnoria-doc.git
synced 2024-11-23 12:39:35 +01:00
Fix path of translations (locale -> locales).
This commit is contained in:
parent
bd0e14626f
commit
16a755396e
@ -66,7 +66,7 @@ or to publish your changes).
|
|||||||
First, you need to tell Git what files you want to be committed (let's say
|
First, you need to tell Git what files you want to be committed (let's say
|
||||||
you are the Finnish translator, so you updated Alias's fi.po)::
|
you are the Finnish translator, so you updated Alias's fi.po)::
|
||||||
|
|
||||||
git add plugins/Alias/locale/fi.po
|
git add plugins/Alias/locales/fi.po
|
||||||
|
|
||||||
Then, you can commit your files. Depending on what you made, you can use
|
Then, you can commit your files. Depending on what you made, you can use
|
||||||
one of this commands (not all of them!)::
|
one of this commands (not all of them!)::
|
||||||
@ -128,9 +128,9 @@ archive, I can't read them because is a f*cking proprietary format).
|
|||||||
|
|
||||||
I prefer that you choose this architecture:
|
I prefer that you choose this architecture:
|
||||||
|
|
||||||
* FirstPlugin/locale/it.po
|
* FirstPlugin/locales/it.po
|
||||||
* SecondPlugin/locale/it.po
|
* SecondPlugin/locales/it.po
|
||||||
* ThirdPlugin/locale/it.po
|
* ThirdPlugin/locales/it.po
|
||||||
|
|
||||||
Because I can extract everything with one click.
|
Because I can extract everything with one click.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user