diff options
| -rw-r--r-- | config.xml | 2 | ||||
| -rw-r--r-- | www/lang/README.TXT | 4 |
2 files changed, 5 insertions, 1 deletions
@@ -1,6 +1,6 @@ <?xml version='1.0' encoding='utf-8'?> <!-- remember to keep widget and id together, as make_desktop uses it to parse --> -<widget id="com.pliablepixels.zmninjapro" android-packageName="com.pliablepixels.zmninja_pro" ios-CFBundleIdentifier="com.pliablepixels.zmninja-pro" version="1.1.92" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget id="com.pliablepixels.zmninjapro" android-packageName="com.pliablepixels.zmninja_pro" ios-CFBundleIdentifier="com.pliablepixels.zmninja-pro" version="1.1.93" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <name>zmNinja</name> <description> High performance ZoneMinder client diff --git a/www/lang/README.TXT b/www/lang/README.TXT index 6353049c..6ce8c63c 100644 --- a/www/lang/README.TXT +++ b/www/lang/README.TXT @@ -7,3 +7,7 @@ ####Help language file * Located inside lang/help * Please be careful not to mess up the html tags, please only focus on text translation + + +####Validation +* After you create your language file, run ./checklang.py inside the lang folder. Its a python script that will ensure that your language keys are complete.
\ No newline at end of file |
