mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
Add lang attribute for iD's locale to its container
This commit is contained in:
@@ -115,6 +115,7 @@ export function uiInit(context) {
|
||||
}
|
||||
|
||||
container
|
||||
.attr('lang', localizer.localeCode())
|
||||
.attr('dir', localizer.textDirection());
|
||||
|
||||
// setup fullscreen keybindings (no button shown at this time)
|
||||
|
||||
Reference in New Issue
Block a user