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/sq | |
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/sq')
-rw-r--r-- | inc/lang/sq/lang.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/inc/lang/sq/lang.php b/inc/lang/sq/lang.php index 3d2146394..331819a66 100644 --- a/inc/lang/sq/lang.php +++ b/inc/lang/sq/lang.php @@ -12,10 +12,10 @@ */ $lang['encoding'] = 'utf-8'; $lang['direction'] = 'ltr'; -$lang['doublequoteopening'] = '"'; -$lang['doublequoteclosing'] = '"'; -$lang['singlequoteopening'] = '\''; -$lang['singlequoteclosing'] = '\''; +$lang['doublequoteopening'] = '„'; +$lang['doublequoteclosing'] = '“'; +$lang['singlequoteopening'] = '‘'; +$lang['singlequoteclosing'] = '’'; $lang['apostrophe'] = '\''; $lang['btn_edit'] = 'Redaktoni këtë faqe'; $lang['btn_source'] = 'Trego kodin burim të faqes'; |