Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
7507000c
Commit
7507000c
authored
Aug 03, 2017
by
Sergey Vojtovich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Support for server error messages in Hindi
This is an addition to original patch: activate hi_IN error messages.
parent
bf256392
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
sql/sql_locale.cc
sql/sql_locale.cc
+3
-2
No files found.
sql/sql_locale.cc
View file @
7507000c
...
...
@@ -32,7 +32,7 @@ enum err_msgs_index
{
en_US
=
0
,
cs_CZ
,
da_DK
,
nl_NL
,
et_EE
,
fr_FR
,
de_DE
,
el_GR
,
hu_HU
,
it_IT
,
ja_JP
,
ko_KR
,
no_NO
,
nn_NO
,
pl_PL
,
pt_PT
,
ro_RO
,
ru_RU
,
sr_RS
,
sk_SK
,
es_ES
,
sv_SE
,
uk_UA
es_ES
,
sv_SE
,
uk_UA
,
hi_IN
}
ERR_MSGS_INDEX
;
...
...
@@ -61,6 +61,7 @@ MY_LOCALE_ERRMSGS global_errmsgs[]=
{
"spanish"
,
NULL
},
{
"swedish"
,
NULL
},
{
"ukrainian"
,
NULL
},
{
"hindi"
,
NULL
},
{
NULL
,
NULL
}
};
...
...
@@ -889,7 +890,7 @@ MY_LOCALE my_locale_hi_IN
'.'
,
/* decimal point hi_IN */
','
,
/* thousands_sep hi_IN */
"
\x03
"
,
/* grouping hi_IN */
&
global_errmsgs
[
en_US
]
&
global_errmsgs
[
hi_IN
]
);
/***** LOCALE END hi_IN *****/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment