Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.
Permalink
Browse files
* Update list of available languages.
* Update copyright year.
  • Loading branch information
dannya committed Jan 2, 2015
1 parent 2eace29 commit 777b62a
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 19 deletions.
@@ -525,21 +525,37 @@ public static function getTypes() {

public static function getLanguages() {
$languages = array(
'en_US' => 'English',
'de_DE' => 'Deutsch',
'fr_FR' => 'Français',
'es_ES' => 'Español',
'ca_ES' => 'Català',
'nl_NL' => 'Nederlands',
'it_IT' => 'Italiano',
'ru_RU' => 'Pyccĸий',
'pl_PL' => 'Polski',
'pt_PT' => 'Português',
'pt_BR' => 'Português Brasileiro',
'hu_HU' => 'Magyar',
'uk_UA' => 'Українська',
'cs_CZ' => 'Čeština',
'nds' => 'Low Saxon',
'en_US' => 'English',
'en_GB' => 'English (United Kingdom)',
'de_DE' => 'Deutsch',
'es_ES' => 'Español',
'pt_PT' => 'Português',
'pt_BR' => 'Português Brasileiro',
'fr_FR' => 'Français',
'ca_ES' => 'Català',
'nl_NL' => 'Nederlands',
'it_IT' => 'Italiano',
'ru_RU' => 'Pyccĸий',
'pl_PL' => 'Polski',
'ro_RO' => 'Limba Română',
'sk_SK' => 'Slovenčina',
'tr_TR' => 'Türkçe',
'bs_BA' => 'Bosanski',
'hu_HU' => 'Magyar',
'uk_UA' => 'Українська',
'cs_CZ' => 'Čeština',
'nds' => 'Low Saxon',
'ast' => 'Asturianu',
'et_EE' => 'Eesti Keel',
'fi_FI' => 'Suomen Kieli',
'ga_IE' => 'Gaelic',
'gl_GL' => 'Galego',
'ja_JP' => '日本語 Nihongo',
'ko_KR' => '한국어 (韓國語)',
'lt_LT' => 'Lietuvių Kalba',
'mr_IN' => 'मराठी Marāṭhī',
'ug_CN' => 'ئۇيغۇر تىلى',
'zh_CN' => '汉语',
);

// show test language if not live site
@@ -2,7 +2,7 @@

/*-------------------------------------------------------+
| Enzyme
| Copyright 2010-2014 Danny Allen <danny@enzyme-project.org>
| Copyright 2010-2015 Danny Allen <danny@enzyme-project.org>
| http://www.enzyme-project.org/
+--------------------------------------------------------+
| This program is released as free software under the
@@ -22,7 +22,7 @@ final class Config {
// define app constants
public static $app = array('id' => 'commit-digest',
'name' => 'KDE Commit-Digest',
'version' => '1.40');
'version' => '1.42');


// define meta information
@@ -253,7 +253,7 @@ public function drawFooter() {
Config::$meta['author'],
'mailto:digest@kde.org',
Config::$app['name'],
'2006-2014'
'2006-2015'
) .
'<br />' .
_('All issues in <a href="/archive/">archive</a> by Derek Kite.') .
@@ -315,7 +315,7 @@ public function drawFooter() {
Config::$meta['author'],
'mailto:digest@kde.org',
Config::$app['name'],
'2006-2014'
'2006-2015'
) .
'<br />' .
_('All issues in <a href="/archive/">archive</a> by Derek Kite.') .

0 comments on commit 777b62a

Please sign in to comment.