1
0
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:
Laurent Cozic 2020-11-05 17:02:49 +00:00
parent cc07016b07
commit de091dfd64

View File

@ -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) {