mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
All the RTL related changes
This commit is contained in:
parent
ba6ba4c367
commit
82972d28e2
7 changed files with 176 additions and 7 deletions
|
@ -40,6 +40,9 @@ SUPPORTED_LANGUAGES = OrderedDict({
|
|||
})
|
||||
|
||||
|
||||
RIGHT_TO_LEFT_LANGUAGES = ("he", "ar")
|
||||
|
||||
|
||||
class Translator:
|
||||
def __init__(self):
|
||||
self._localedir = aurweb.config.get('options', 'localedir')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue