From df07a4655b84f0fccf58c89766dc39dd4f5ff298 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Thu, 5 Dec 2013 16:26:44 +0100 Subject: COMMON: Add Latvian language code. --- common/language.cpp | 1 + common/language.h | 1 + 2 files changed, 2 insertions(+) diff --git a/common/language.cpp b/common/language.cpp index 7b5b7f0c8f..6704a52373 100644 --- a/common/language.cpp +++ b/common/language.cpp @@ -43,6 +43,7 @@ const LanguageDescription g_languages[] = { { "it", "it_IT", "Italian", IT_ITA }, { "jp", "ja_JP", "Japanese", JA_JPN }, { "kr", "ko_KR", "Korean", KO_KOR }, + { "lv", "lv_LV", "Latvian", LV_LAT }, { "nb", "nb_NO", "Norwegian Bokm\xE5l", NB_NOR }, // TODO Someone should verify the unix locale { "pl", "pl_PL", "Polish", PL_POL }, { "br", "pt_BR", "Portuguese", PT_BRA }, diff --git a/common/language.h b/common/language.h index aacd30d6e9..f18815509b 100644 --- a/common/language.h +++ b/common/language.h @@ -48,6 +48,7 @@ enum Language { IT_ITA, JA_JPN, KO_KOR, + LV_LAT, NB_NOR, PL_POL, PT_BRA, -- cgit v1.2.3