mirror of
https://github.com/requarks/wiki.git
synced 2026-03-02 22:06:55 -05:00
"New page" modal window is not localised #2029
Labels
No labels
BETA
BETA
accessibility
backlog
bug
can't replicate
contrib-easy
contrib-hard
contrib-medium
deferred
documentation
duplicate
duplicate
editors
enhancement
invalid
localization
migrate
ui
under review
v3
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wiki-requarks#2029
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @madodig on GitHub (Sep 13, 2020).
Originally assigned to: @NGPixel on GitHub.
Describe the bug
When selecting "New Page" action, modal window that is shown is not shown in Base locale. Strings (such as "Virtual Folders", "Select New Page Location", "Pages", "Cancel", "Select" and "new-page") are hard-coded in assets/js/ui-extra.js.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Modal window that is shown after "New Page" action is selected, is shown in selected Base locale.
To fix the issue, please:
from "Cancel" to "common:actions.cancel"
Host Info:
Additional context
Tested with Croatian Base locale, verified in the corresponding assets JS file.
Bug is not specific to the latest version.
There are other terms that are not localised as well, but they are under Administration area hence they do not impact UX of a regular user. It would be great to have wiki completely localisable, though.
@NGPixel commented on GitHub (Sep 13, 2020):
Fixed by
741b99098a@madodig commented on GitHub (Sep 14, 2020):
Thanks @NGPixel!