diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-01-08 16:48:25 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-01-08 16:48:30 +0100 |
commit | ede36aca8d65e39b78520d45d3b3c29a99d4e17e (patch) | |
tree | e46590f46aafaf7329eb560d1887a3bf8209ea2b /core | |
parent | 8ecc34bfaeb6b444333c0aa2412e412f6423915d (diff) |
i18n: Add support for Scots (sco) language
Fixes #6931.
Diffstat (limited to 'core')
-rw-r--r-- | core/translation.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/translation.cpp b/core/translation.cpp index 302f74a98c..22d873f70b 100644 --- a/core/translation.cpp +++ b/core/translation.cpp @@ -309,6 +309,7 @@ static const char* locale_list[]={ "sa_IN", // Sanskrit (India) "sat_IN", // Santali (India) "sc_IT", // Sardinian (Italy) +"sco", // Scots "sd_IN", // Sindhi (India) "se_NO", // Northern Sami (Norway) "sgs_LT", // Samogitian (Lithuania) |