From 82aa604b3eb4a76ea399458074e2ca2c99159643 Mon Sep 17 00:00:00 2001 From: Sude Date: Tue, 6 Oct 2015 15:44:36 +0300 Subject: [PATCH] Add language: Slovak --- include/globalconstants.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/globalconstants.h b/include/globalconstants.h index 8548f31..47ada3a 100644 --- a/include/globalconstants.h +++ b/include/globalconstants.h @@ -36,6 +36,7 @@ namespace GlobalConstants const unsigned int LANGUAGE_DA = 1 << 17; const unsigned int LANGUAGE_FI = 1 << 18; const unsigned int LANGUAGE_PT_BR = 1 << 19; + const unsigned int LANGUAGE_SK = 1 << 20; const std::vector LANGUAGES = { @@ -58,7 +59,8 @@ namespace GlobalConstants { LANGUAGE_NO, "no", "Norwegian" , "no|nor|norwegian" }, { LANGUAGE_DA, "da", "Danish" , "da|dan|danish" }, { LANGUAGE_FI, "fi", "Finnish" , "fi|fin|finnish" }, - { LANGUAGE_PT_BR, "br", "Brazilian Portuguese", "br|pt_br|pt-br|ptbr|brazilian_portuguese" } + { LANGUAGE_PT_BR, "br", "Brazilian Portuguese", "br|pt_br|pt-br|ptbr|brazilian_portuguese" }, + { LANGUAGE_SK, "sk", "Slovak" , "sk|slk|slo|slovak" } }; // Platform constants