Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit 777b62a

Browse files
committed
* Update list of available languages.
* Update copyright year.
1 parent 2eace29 commit 777b62a

File tree

4 files changed

+35
-19
lines changed

4 files changed

+35
-19
lines changed

src/classes/shared/digest.php

Lines changed: 31 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -525,21 +525,37 @@ public static function getTypes() {
525525

526526
public static function getLanguages() {
527527
$languages = array(
528-
'en_US' => 'English',
529-
'de_DE' => 'Deutsch',
530-
'fr_FR' => 'Français',
531-
'es_ES' => 'Español',
532-
'ca_ES' => 'Català',
533-
'nl_NL' => 'Nederlands',
534-
'it_IT' => 'Italiano',
535-
'ru_RU' => 'Pyccĸий',
536-
'pl_PL' => 'Polski',
537-
'pt_PT' => 'Português',
538-
'pt_BR' => 'Português Brasileiro',
539-
'hu_HU' => 'Magyar',
540-
'uk_UA' => 'Українська',
541-
'cs_CZ' => 'Čeština',
542-
'nds' => 'Low Saxon',
528+
'en_US' => 'English',
529+
'en_GB' => 'English (United Kingdom)',
530+
'de_DE' => 'Deutsch',
531+
'es_ES' => 'Español',
532+
'pt_PT' => 'Português',
533+
'pt_BR' => 'Português Brasileiro',
534+
'fr_FR' => 'Français',
535+
'ca_ES' => 'Català',
536+
'nl_NL' => 'Nederlands',
537+
'it_IT' => 'Italiano',
538+
'ru_RU' => 'Pyccĸий',
539+
'pl_PL' => 'Polski',
540+
'ro_RO' => 'Limba Română',
541+
'sk_SK' => 'Slovenčina',
542+
'tr_TR' => 'Türkçe',
543+
'bs_BA' => 'Bosanski',
544+
'hu_HU' => 'Magyar',
545+
'uk_UA' => 'Українська',
546+
'cs_CZ' => 'Čeština',
547+
'nds' => 'Low Saxon',
548+
'ast' => 'Asturianu',
549+
'et_EE' => 'Eesti Keel',
550+
'fi_FI' => 'Suomen Kieli',
551+
'ga_IE' => 'Gaelic',
552+
'gl_GL' => 'Galego',
553+
'ja_JP' => '日本語 Nihongo',
554+
'ko_KR' => '한국어 (韓國語)',
555+
'lt_LT' => 'Lietuvių Kalba',
556+
'mr_IN' => 'मराठी Marāṭhī',
557+
'ug_CN' => 'ئۇيغۇر تىلى',
558+
'zh_CN' => '汉语',
543559
);
544560

545561
// show test language if not live site

src/classes/specific/config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

2727

2828
// define meta information

src/classes/ui/digestui.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ public function drawFooter() {
253253
Config::$meta['author'],
254254
'mailto:digest@kde.org',
255255
Config::$app['name'],
256-
'2006-2014'
256+
'2006-2015'
257257
) .
258258
'<br />' .
259259
_('All issues in <a href="/archive/">archive</a> by Derek Kite.') .

src/classes/ui/themes/neverland/digestui.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ public function drawFooter() {
315315
Config::$meta['author'],
316316
'mailto:digest@kde.org',
317317
Config::$app['name'],
318-
'2006-2014'
318+
'2006-2015'
319319
) .
320320
'<br />' .
321321
_('All issues in <a href="/archive/">archive</a> by Derek Kite.') .

0 commit comments

Comments
 (0)