Skip to content

Commit 64e0d00

Browse files
author
Coto
committed
Add Language Name for each file, rename the language code according to the standard ISO 639 for Estonian, Georgian, Ukrainian and Chinese (http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)
1 parent 1bdaca0 commit 64e0d00

36 files changed

+39
-39
lines changed

localization/messages_ar.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Translated default messages for the jQuery validation plugin into arabic.
3-
* Locale: AR
2+
* Translated default messages for the jQuery validation plugin.
3+
* Locale: AR (Arabic; العربية)
44
*/
55
jQuery.extend(jQuery.validator.messages, {
66
required: "هذا الحقل إلزامي",

localization/messages_bg.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Translated default messages for the jQuery validation plugin.
3-
* Locale: BG
3+
* Locale: BG (Bulgarian; български език)
44
*/
55
jQuery.extend(jQuery.validator.messages, {
66
required: "Полето е задължително.",

localization/messages_ca.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Translated default messages for the jQuery validation plugin.
3-
* Locale: CA
3+
* Locale: CA (Catalan; català)
44
*/
55
jQuery.extend(jQuery.validator.messages, {
66
required: "Aquest camp és obligatori.",

localization/messages_cs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Translated default messages for the jQuery validation plugin.
3-
* Locale: CS
3+
* Locale: CS (Czech; čeština, český jazyk)
44
*/
55
jQuery.extend(jQuery.validator.messages, {
66
required: "Tento údaj je povinný.",

localization/messages_da.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Translated default messages for the jQuery validation plugin.
3-
* Locale: DA
3+
* Locale: DA (Danish; dansk)
44
*/
55
jQuery.extend(jQuery.validator.messages, {
66
required: "Dette felt er påkrævet.",

localization/messages_de.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Translated default messages for the jQuery validation plugin.
3-
* Locale: DE
3+
* Locale: DE (German, Deutsch)
44
*/
55
jQuery.extend(jQuery.validator.messages, {
66
required: "Dieses Feld ist ein Pflichtfeld.",

localization/messages_el.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Translated default messages for the jQuery validation plugin.
3-
* Locale: EL
3+
* Locale: EL (Greek; ελληνικά)
44
*/
55
jQuery.extend(jQuery.validator.messages, {
66
required: "Αυτό το πεδίο είναι υποχρεωτικό.",

localization/messages_es.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Translated default messages for the jQuery validation plugin.
3-
* Locale: ES
3+
* Locale: ES (Spanish; Español)
44
*/
55
jQuery.extend(jQuery.validator.messages, {
66
required: "Este campo es obligatorio.",

localization/messages_ee.js renamed to localization/messages_et.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Translated default messages for the jQuery validation plugin.
3-
* Locale: EE
3+
* Locale: ET (Estonian; eesti, eesti keel)
44
*/
55
jQuery.extend(jQuery.validator.messages, {
66
required: "See väli peab olema täidetud.",

localization/messages_eu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Translated default messages for the jQuery validation plugin.
3-
* Locale: EU (Basque)
3+
* Locale: EU (Basque; euskara, euskera)
44
*/
55
jQuery.extend(jQuery.validator.messages, {
66
required: "Eremu hau beharrezkoa da.",

0 commit comments

Comments
 (0)