add complete german translation
- modify app/views/home/header.html to know de-de messages folder - create messages/de-de folder with all german language files (album, blog, ...) - create public/js/i18n/blog.de-de.js and ms.de-de.js files - add public/tinymce/langs/de-de.js from tinymce project Thanks to Marc Manthey (macbroadcast) who is the original author of the german translation for the leanote 1.x project (https://github.com/macbroadcast/leanote). I took his work as starting point for my complete german translation on leanote 2.0.
This commit is contained in:
1
public/js/i18n/blog.de-de.js
Normal file
1
public/js/i18n/blog.de-de.js
Normal file
@ -0,0 +1 @@
|
||||
var MSG={"noTag":"Keine Tags","saveSuccess":"Speichern erfolgreich","none":"Keine","like":"Gefällt mir","unlike":"Gefällt mir nicht mehr","delete":"Löschen","cancel":"Abbrechen","confirm":"Bestätigen","chooseReason":"Grund angeben","reportSuccess":"Erfolg","error":"Fehler","reportComment?":"Kommentar?","reportBlog?":"Blog?","confirmDeleteComment":"Wirklich löschen?","scanQRCode":"weichat öffnen und QR Code scannen","justNow":"Jetzt","minutesAgo":"Minuten","hoursAgo":"Stunden","daysAgo":"Tage","weeksAgo":"Wochen","monthsAgo":"Monate"};function getMsg(key, data) {var msg = MSG[key];if(msg) {if(data) {if(!isArray(data)) {data = [data];}for(var i = 0; i < data.length; ++i) {msg = msg.replace("%s", data[i]);}}return msg;}return key;}
|
1
public/js/i18n/msg.de-de.js
Normal file
1
public/js/i18n/msg.de-de.js
Normal file
File diff suppressed because one or more lines are too long
1
public/tinymce/langs/de-de.js
Normal file
1
public/tinymce/langs/de-de.js
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user