Skip to content

Commit ed29811

Browse files
Cotojzaefferer
authored andcommitted
rename files for language_REGION according to the standard ISO_3166-1 (http://en.wikipedia.org/wiki/ISO_3166-1), for Taiwan tha language is Chinese (zh) and the region is Taiwan (TW)
1 parent 0b3e34c commit ed29811

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

localization/messages_ptbr.js renamed to localization/messages_pt_BR.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
22
* Translated default messages for the jQuery validation plugin.
3-
* Locale: PT_BR
3+
* Locale: PT (Portuguese; português)
4+
* Region: BR (Brazil)
45
*/
56
jQuery.extend(jQuery.validator.messages, {
67
required: "Este campo é requerido.",

localization/messages_ptpt.js renamed to localization/messages_pt_PT.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
/**
1+
/*
22
* Translated default messages for the jQuery validation plugin.
3-
* Locale: PT_PT
3+
* Locale: PT (Portuguese; português)
4+
* Region: PT (Portugal)
45
*/
56
jQuery.extend(jQuery.validator.messages, {
67
required: "Campo de preenchimento obrigatório.",

localization/messages_tw.js renamed to localization/messages_zh_TW.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
22
* Translated default messages for the jQuery validation plugin.
3-
* Locale: TW (Taiwan - Traditional Chinese)
3+
* Locale: ZH (Chinese; 中文 (Zhōngwén), 汉语, 漢語)
4+
* Region: TW (Taiwan)
45
*/
56
jQuery.extend(jQuery.validator.messages, {
67
required: "必填",

0 commit comments

Comments
 (0)