mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-27 08:21:03 +02:00
Tools: Fix incorrect localization URLs (#4063)
This commit is contained in:
parent
48f6412721
commit
5079cd9ff2
@ -411,7 +411,7 @@ Please see the guide for information on how to contribute to the development of
|
||||
Joplin is currently available in the languages below. If you would like to contribute a **new translation**, it is quite straightforward, please follow these steps:
|
||||
|
||||
- [Download Poedit](https://poedit.net/), the translation editor, and install it.
|
||||
- [Download the file to be translated](https://raw.githubusercontent.com/laurent22/joplin/dev/packages/app-cli/locales/joplin.pot).
|
||||
- [Download the file to be translated](https://raw.githubusercontent.com/laurent22/joplin/dev/packages/tools/locales/joplin.pot).
|
||||
- In Poedit, open this .pot file, go into the Catalog menu and click Configuration. Change "Country" and "Language" to your own country and language.
|
||||
- From then you can translate the file.
|
||||
- Once it is done, please [open a pull request](https://github.com/laurent22/joplin/pulls) and add the file to it.
|
||||
|
@ -262,7 +262,7 @@ function flagImageUrl(locale) {
|
||||
}
|
||||
|
||||
function poFileUrl(locale) {
|
||||
return `https://github.com/laurent22/joplin/blob/dev/packages/lib/locales/${locale}.po`;
|
||||
return `https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/${locale}.po`;
|
||||
}
|
||||
|
||||
function translationStatusToMdTable(status) {
|
||||
|
Loading…
Reference in New Issue
Block a user