diff options
author | Andreas Gohr <andi@splitbrain.org> | 2015-07-13 11:10:53 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2015-07-13 11:10:53 +0200 |
commit | c580170591e06eaeef9eba8be38db4cae4545956 (patch) | |
tree | 97b5001dc8eb8b56cb042e9fffec52c2c93c0f48 /inc/lang/bg | |
parent | 0bea8ac7882416cdf7ebff130bc724bf7bc94191 (diff) | |
parent | 70519db93fdd6d635397c1354a33f2b1071e2d13 (diff) | |
download | rpg-c580170591e06eaeef9eba8be38db4cae4545956.tar.gz rpg-c580170591e06eaeef9eba8be38db4cae4545956.tar.bz2 |
Merge pull request #1232 from splitbrain/translation-fixes
Translation fixes
Diffstat (limited to 'inc/lang/bg')
-rw-r--r-- | inc/lang/bg/lang.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/inc/lang/bg/lang.php b/inc/lang/bg/lang.php index 9176cee56..697f39ad3 100644 --- a/inc/lang/bg/lang.php +++ b/inc/lang/bg/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Nikolay Vladimirov <nikolay@vladimiroff.com> * @author Viktor Usunov <usun0v@mail.bg> * @author Kiril <neohidra@gmail.com> @@ -10,8 +10,8 @@ */ $lang['encoding'] = 'utf-8'; $lang['direction'] = 'ltr'; -$lang['doublequoteopening'] = '"'; -$lang['doublequoteclosing'] = '"'; +$lang['doublequoteopening'] = '„'; +$lang['doublequoteclosing'] = '“'; $lang['singlequoteopening'] = '‘'; $lang['singlequoteclosing'] = '’'; $lang['apostrophe'] = '’'; |