Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

services: add project configuration #263

Merged
merged 5 commits into from
Mar 4, 2024
Merged

Conversation

zbycz
Copy link
Owner

@zbycz zbycz commented Mar 4, 2024

No description provided.

Copy link

vercel bot commented Mar 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
osmapp ✅ Ready (Inspect) Visit Preview Mar 4, 2024 7:49pm

@@ -0,0 +1,32 @@
import React from 'react';

export const LogoOpenclimbing = ({ width = 200, height = 200 }) => (
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LogoOpenclimbing -> LogoOpenClimbing

'project.osmapp.serpDescription': 'Otevřená mapa světa nad OpenStreetMap databází. Hledání, klikatelné POIs, editace a více!',

'project.openclimbing.description': 'Otevřená lezecká wiki-mapa',
'project.openclimbing.serpDescription': 'A wiki based open-source climbing map with topos. Built on OpenStreetMap and Wikipedia projects.',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why english here?

@@ -157,6 +161,7 @@ export default {
'layerswitcher.intro': 'Díky tomu, že OpenStreetMap nabízí zdrojová data, tak kdokoliv může vyrobit různé varianty mapy.',
'layerswitcher.add_layer_button': 'Přidat vlastní vrstvu',
'layerswitcher.add_layer_prompt': 'Přidat vlastní TMS vrstvu – CORS musí být nastaveno:\n(beta funkcionalita)',
'layerswitcher.overlays': 'Překryvné vrstvy',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about just "Vrstvy"?

@zbycz zbycz merged commit 5dc08bf into master Mar 4, 2024
2 checks passed
@zbycz zbycz deleted the projects-osmapp-and-climbing branch March 4, 2024 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants