mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-03 05:28:03 +02:00
Make rtl compatible
and minor refactor
This commit is contained in:
committed by
Bryan Housel
parent
957c75a7cc
commit
d45063dd69
@@ -1017,6 +1017,8 @@ en:
|
||||
save: "Don't forget to regularly save your changes!"
|
||||
start: "Start mapping!"
|
||||
shortcuts:
|
||||
modal:
|
||||
title: "Keyboard shortcuts"
|
||||
display:
|
||||
desc: "Display"
|
||||
pan_map: "Pan map"
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ export { dataDeprecated } from './deprecated.json';
|
||||
export { dataDiscarded } from './discarded.json';
|
||||
export { dataLocales } from './locales.json';
|
||||
export { dataPhoneFormats } from './phone-formats.json';
|
||||
export { shortcuts } from './shortcuts.json';
|
||||
export { dataShortcuts } from './shortcuts.json';
|
||||
|
||||
export { default as dataImperial } from './imperial.json';
|
||||
export { default as dataDriveLeft } from './drive-left.json';
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
{ "shortcuts": [
|
||||
{ "dataShortcuts": [
|
||||
{
|
||||
"key": "display",
|
||||
"desc": "shortcuts.display.desc",
|
||||
|
||||
Reference in New Issue
Block a user