kthakore / frozen-bubble

Making frozen bubble cross platform
http://frozen-bubble.org
GNU General Public License v2.0
149 stars 33 forks source link

RTL language specific broken #34

Closed kthakore closed 13 years ago

kthakore commented 13 years ago

@@ -4659,32 +4664,32 @@ [...]

- for RTL language, force beginning on the right, but non RTL content will appear wrongly so at least don't do for pure ASCII

                         if ($is_rtl && !is_only_ascii($text)) {
kthakore commented 13 years ago

Author: kthakore Time: 1277344780 Field: status Value: closed

kthakore commented 13 years ago

Author: kthakore Time: 1277344780 Field: resolution Value: fixed

kthakore commented 13 years ago

Author: kthakore Time: 1277344780 Field: comment Value: This has been fixed.

kthakore commented 13 years ago

Author: gcottenc Time: 1277992126 Field: comment Value: confirmed