Blackfiction wrote: > Hi, thanks for the great plugin. In Material skin I see some strings > that have not been translated. I think these are strings from MAI or > Material Skin. Can someone point me to where I can translate the > strings? I have tried to see the MAI plugin but I could not find it in > the server\plugins or in the server\slim\plugins directories. > Thanks!
I'd imagine the untranslated strings are from Material. If you look in -MaterialSkin/HTML/material/html/lang/[i] you will see some [i].json- files. These are simple JSON files that map from the untranslated to the translated version of strings. The name of the file is -<country-code>.json- - e.g. -de.json- for German. If tha language you care for is there, then you can edit that file. If not, copy -blank.json- to the country-code you wish to update, and edit. Once you have edited the file, feel free to email it to me, or create a pull request at https://github.com/CDrummond/lms-material, and I'll add it for the next release. ------------------------------------------------------------------------ cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686 View this thread: http://forums.slimdevices.com/showthread.php?t=99537 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
