Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted March 17, 20159 yr 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)
March 20, 20159 yr "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".
March 20, 20159 yr Author 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
March 20, 20159 yr 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.
Archived
This topic is now archived and is closed to further replies.