forked from MapComplete/MapComplete
More work on cyclestreet layout, add loading of layers depending on zoom level
This commit is contained in:
parent
3576a4b1e1
commit
9a5b35b9f3
17 changed files with 109 additions and 59 deletions
|
@ -239,7 +239,12 @@ export default class Translations {
|
|||
fr: 'Est-ce que la pompe à un manomètre integré?',
|
||||
gl: 'Ten a bomba de ar un indicador de presión ou un manómetro?'
|
||||
}),
|
||||
yes: new T({en: 'There is a manometer', nl: 'Er is een luchtdrukmeter', fr: 'Il y a un manomètre'}),
|
||||
yes: new T({
|
||||
en: 'There is a manometer',
|
||||
nl: 'Er is een luchtdrukmeter',
|
||||
fr: 'Il y a un manomètre',
|
||||
gl: 'Hai manómetro'
|
||||
}),
|
||||
no: new T({
|
||||
en: 'There is no manometer',
|
||||
nl: 'Er is geen luchtdrukmeter',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue