You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-06 09:19:22 +02:00
Doc: Fixed gettext file url
This commit is contained in:
@@ -261,7 +261,7 @@ function flagImageUrl(locale) {
|
||||
}
|
||||
|
||||
function poFileUrl(locale) {
|
||||
return `https://github.com/laurent22/joplin/blob/dev/packages/app-cli/locales/${locale}.po`;
|
||||
return `https://github.com/laurent22/joplin/blob/dev/packages/lib/locales/${locale}.po`;
|
||||
}
|
||||
|
||||
function translationStatusToMdTable(status) {
|
||||
|
||||
Reference in New Issue
Block a user