More work with redux, and location edit (wip)

This commit is contained in:
vjrj 2018-07-03 13:07:02 +02:00
parent e97a5a1a9f
commit e55edce3d4
17 changed files with 311 additions and 186 deletions

View file

@ -42,5 +42,7 @@
"aYear": "a year",
"inYears": "$value years",
"somethingAgo": "$something ago",
"inSomething": "in $something"
"inSomething": "in $something",
"SAVE": "SAVE",
"CANCEL": "CANCEL"
}

View file

@ -42,5 +42,7 @@
"aYear": "un año",
"inYears": "$value años",
"somethingAgo": "hace $something",
"inSomething": "en $something"
"inSomething": "en $something",
"SAVE": "GUARDAR",
"CANCEL": "CANCELAR"
}