mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-31530 Localizations for Swahili language
Kenyan Swahili is enabled for error messages as well as datetime. All new code of the whole pull request, including one or several files that are either new files or modified ones, are contributed under the BSD-new license. I am contributing on behalf of my employer Amazon Web Services, Inc.
This commit is contained in:
committed by
Daniel Black
parent
279b0db8c6
commit
c054a62816
@ -540,11 +540,11 @@ set lc_time_names=-1;
|
||||
select @@lc_time_names;
|
||||
# note same boundary condition tests in sys_vars.lc_time_names_basic
|
||||
--echo LC_TIME_NAMES: testing locale with the last ID:
|
||||
set lc_time_names=111;
|
||||
set lc_time_names=112;
|
||||
select @@lc_time_names;
|
||||
--echo LC_TIME_NAMES: testing a number beyond the valid ID range:
|
||||
--error ER_UNKNOWN_LOCALE
|
||||
set lc_time_names=112;
|
||||
set lc_time_names=113;
|
||||
select @@lc_time_names;
|
||||
--echo LC_TIME_NAMES: testing that 0 is en_US:
|
||||
set lc_time_names=0;
|
||||
|
Reference in New Issue
Block a user