1
0
mirror of https://github.com/laurent22/joplin.git synced 2026-05-22 09:05:38 +02:00

Started adding support for localisation

This commit is contained in:
Laurent Cozic
2017-07-17 20:26:19 +00:00
parent 70415332d0
commit 58fa4a69b0
10 changed files with 779 additions and 1 deletions
+4
View File
@@ -6,4 +6,8 @@ function _(s, ...args) {
return sprintf(s, ...args);
}
function loadLocale(locale) {
}
export { _ };