diff options
author | patdenice <patdenice@piwigo.org> | 2010-08-19 12:44:44 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2010-08-19 12:44:44 +0000 |
commit | 1860136357abc867c28eddedb8e9b50229f9170e (patch) | |
tree | 3b67cfe01430c686bcc3a20cac739804407a128f /language | |
parent | d05af1589721e9f48d15d72cc3cc21ed8a5407fc (diff) |
Change Vietnamese language name (must be Tiếng Việt)
git-svn-id: http://piwigo.org/svn/branches/2.1@6779 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language')
-rw-r--r-- | language/vi_VN/common.lang.php | 2 | ||||
-rw-r--r-- | language/vi_VN/iso.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/language/vi_VN/common.lang.php b/language/vi_VN/common.lang.php index 34da004e8..29c0b3e87 100644 --- a/language/vi_VN/common.lang.php +++ b/language/vi_VN/common.lang.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+
// Langage informations
-$lang_info['language_name'] = 'Vietnamese';
+$lang_info['language_name'] = 'Tiếng Việt';
$lang_info['country'] = 'Việt Nam';
$lang_info['direction'] = 'ltr';
$lang_info['code'] = 'vn';
diff --git a/language/vi_VN/iso.txt b/language/vi_VN/iso.txt index dfab9ef91..0d193e225 100644 --- a/language/vi_VN/iso.txt +++ b/language/vi_VN/iso.txt @@ -1 +1 @@ -Vietnamese [VN]
\ No newline at end of file +Tiếng Việt [VN]
\ No newline at end of file |