mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-27 08:21:03 +02:00
Doc: Fixed gettext file url
This commit is contained in:
parent
cc07016b07
commit
de091dfd64
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user