mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
RTL support in translation interface (#14665)
* first draft for translations rtl implementation * make direction field dybamic * Fixed default direction field * added directionality to: tags, input-multiline, repeater (list) * added directionality for wysiwyg, input-autocomplete, groups * reverted directionality in wysiwyg-editor * removed hardcoded rtl, ltr buttons from wysiwyg toolbar * working directionality in wysiwyg editor * also add v-if to await language for second language (split-view) in translations.vue * added watcher for changing wysiwyg directionality on language change Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com> Co-authored-by: Martijn de Voogd <devoogd@kissthefrog.nl> Co-authored-by: Martijn <73393707+martijn-dev@users.noreply.github.com> Co-authored-by: Brainslug <br41nslug@users.noreply.github.com>
This commit is contained in:
@@ -301,6 +301,8 @@ next: Next
|
||||
field_name: Field Name
|
||||
translations: Translations
|
||||
no_translations: No Translations
|
||||
left_to_right: Left to Right
|
||||
right_to_left: Right to Left
|
||||
note: Note
|
||||
enter_a_value: Enter a value...
|
||||
enter_a_placeholder: Enter a placeholder...
|
||||
@@ -1682,6 +1684,7 @@ interfaces:
|
||||
user_language: Use Current User Language
|
||||
default_language: Default Language
|
||||
language_field: Language Indicator Field
|
||||
language_direction_field: Language Direction Field
|
||||
list-o2m-tree-view:
|
||||
description: Tree view for nested recursive one-to-many items
|
||||
recursive_only: The tree view interface only works for recursive relationships.
|
||||
|
||||
Reference in New Issue
Block a user