revaboss Posted March 17, 2015 Posted March 17, 2015 i want to import a language pack but i have this error " 1S111/1 Column 'lang_short' cannot be null " i'm trying to set name language etc. like "<?xml version="1.0" encoding="UTF-8"?> <language name="Test Lang" locale="greek" rtl="0"> " or " <language name="Test Lang"> <app key="core" version="100017"> " the translate is 100% okey and haven't any errors (translate for IPS 4.0 RC5)
Morpheus NS Posted March 20, 2015 Posted March 20, 2015 "locale" is not the name of the language ("greek"), it's some kind of shortcut for the language, in your case it should be locale="el_GR" (Ελληνικά_Greece) or maybe just locale="el". "language name" can be whatever you want, but "locale" must be correct. For example, Serbian is "sr_RS", English is "en_US" or "en_UK"... so, I guess you should just put "el_GR" instead of "greek".
revaboss Posted March 20, 2015 Author Posted March 20, 2015 i know that , i use localhost (Xampp) and i cant import "locale" like "el_gr" i got error like " you cant import null ... etc" for this reason i wrote "greek" anyway online i'm ok , i haven't any error thanks for your comment
Morpheus NS Posted March 20, 2015 Posted March 20, 2015 Oh, I see... I just kept en_US as a locale on MAMP for the same reason, now there are two US flags for two completely different languages on my installation.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.