Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
The dir attribute on the html element and some rtl translations
Loading Hebrew it says: dir=“מימין לשמאל”
Loading Arabic, it says “lang_dir” (not present in the rpc file)
Both should say: ‘rtl’
Persian (پارسی) and اردو (بھارت have it right.
I don’t know how well those translations are maintained, though.
~
Aside: how do I ‘uninstall’ translations ?
Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
Offline
Re: The dir attribute on the html element and some rtl translations
phiw13 wrote:
I don’t know how well those translations are maintained, though.
Apart from French, German, Dutch and English, almost all translations are outdated and have number of missing strings. All translations that have last modification date set at 4.4.1 release in reality haven’t been updated in ages. That’s been a thing for years.
Aside: how do I ‘uninstall’ translations ?
There is no option for it in Textpattern, but it can be done using a SQL query:
DELETE FROM txp_lang WHERE lang='en-us'
Where en-us
is the language removed.
Offline
Re: The dir attribute on the html element and some rtl translations
Gocom wrote:
DELETE FROM txp_lang WHERE lang=‘en-us’
TY. Works perfectly.
Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
Offline
Re: The dir attribute on the html element and some rtl translations
Maybe a general call for new translators can be made through the Textpattern twitter feed?
Offline