1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-06 09:19:22 +02:00

Doc Mentioned gettext version

This commit is contained in:
Laurent Cozic
2020-11-19 13:03:40 +00:00
parent e1c4d1a417
commit ff3ae3860e

View File

@@ -2,8 +2,10 @@
// Dependencies:
//
// sudo apt install gettext
// sudo apt install translate-toolkit
// sudo apt install gettext sudo apt install translate-toolkit
//
// gettext v21+ is required as versions before that have bugs when parsing
// JavaScript template strings which means we would lose translations.
const rootDir = `${__dirname}/../..`;