mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-10 07:14:59 +02:00
add Telugu language
add Telugu language
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | This file is part of Piwigo. |
|
||||
// | |
|
||||
// | For copyright and license information, please view the COPYING.txt |
|
||||
// | file that was distributed with this source code. |
|
||||
// +-----------------------------------------------------------------------+
|
||||
/*
|
||||
Language Name: తెలుగు[IN]
|
||||
Version: auto
|
||||
Language URI: http://piwigo.org/ext/extension_view.php?eid=988
|
||||
Author: Piwigo team
|
||||
Author URI: http://piwigo.org
|
||||
*/
|
||||
$lang_info['language_name'] = 'తెలుగు';
|
||||
$lang_info['country'] = 'હિન્દુસ્તાન';
|
||||
$lang_info['direction'] = 'ltr';
|
||||
$lang_info['code'] = 'te';
|
||||
$lang_info['zero_plural'] = true;
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
తెలుగు[IN]
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
Reference in New Issue
Block a user