projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e341f63
)
Add missing charset.
author
Jan Schneider
<jan@horde.org>
Tue, 4 May 2010 17:37:04 +0000
(19:37 +0200)
committer
Jan Schneider
<jan@horde.org>
Tue, 4 May 2010 21:11:25 +0000
(23:11 +0200)
horde/config/nls.php
patch
|
blob
|
history
diff --git
a/horde/config/nls.php
b/horde/config/nls.php
index
6ece934
..
8fc2924
100644
(file)
--- a/
horde/config/nls.php
+++ b/
horde/config/nls.php
@@
-113,6
+113,7
@@
Horde_Nls::$config = array(
'bs_BA' => 'ISO-8859-2',
'cs_CZ' => 'ISO-8859-2',
'el_GR' => 'ISO-8859-7',
+ 'et_EE' => 'ISO-8859-13',
'eu_ES' => 'UTF-8',
'fa_IR' => 'UTF-8',
'he_IL' => 'UTF-8',
@@
-215,6
+216,7
@@
if (strpos(PHP_OS, 'BSD') !== false) {
'bs_BA' => 'ISO8859-2',
'cs_CZ' => 'ISO8859-2',
'el_GR' => 'ISO8859-7',
+ 'et_EE' => 'ISO8859-13',
'hu_HU' => 'ISO8859-2',
'ja_JP' => 'SHIFT_JIS',
'ko_KR' => 'EUC-KR',