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/vi_VN/common.lang.php | |
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/vi_VN/common.lang.php')
-rw-r--r-- | language/vi_VN/common.lang.php | 2 |
1 files changed, 1 insertions, 1 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';
|