Merge pull request #1278 from XPila/MK3-new_bs

New lang - fixed french langcode and comparsion in lang-clean script
This commit is contained in:
PavelSindler 2018-10-26 13:18:48 +02:00 committed by GitHub
commit 6a82af487e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ typedef struct
#define LANG_CODE_CZ 0x6373 //!<'cs'
#define LANG_CODE_DE 0x6465 //!<'de'
#define LANG_CODE_ES 0x6573 //!<'es'
#define LANG_CODE_FR 0x6671 //!<'fr'
#define LANG_CODE_FR 0x6672 //!<'fr'
#define LANG_CODE_IT 0x6974 //!<'it'
#define LANG_CODE_PL 0x706c //!<'pl'
///@}

View File

@ -21,7 +21,7 @@ rm_if_exists()
clean_lang()
{
if [ "$1" == "en" ]; then
if [ "$1" = "en" ]; then
rm_if_exists lang_$1.tmp
else
rm_if_exists lang_$1.tmp