Skip to content

Change translations from Transifex to Weblate #542

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

Merged
merged 1 commit into from
Jul 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is the part of [Osmose-QA](http://osmose.openstreetmap.fr) that shows issue

## Translation

Interested in helping translate Osmose? Contribute on [Transifex](https://explore.transifex.com/openstreetmap-france/osmose/).
Interested in helping translate Osmose? Contribute on [Weblate](https://hosted.weblate.org/engage/osmose/).

## Contribution

Expand Down
24 changes: 12 additions & 12 deletions web/src/pages/translation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<ul>
<li>
<translate-slot>
<span translate>Translation is done on {Transifex}</span>
<template #Transifex>
<a href="https://explore.transifex.com/openstreetmap-france/osmose/">Transifex</a>
<span translate>Translation is done on {Weblate}</span>
<template #Weblate>
<a href="https://hosted.weblate.org/engage/osmose/">Weblate</a>
</template>
</translate-slot>
</li>
Expand All @@ -30,23 +30,23 @@
<a
target="_blank"
style="text-decoration: none; color: black; font-size: 66%"
href="https://explore.transifex.com/openstreetmap-france/osmose/"
title="See more information on Transifex.com"
href="https://hosted.weblate.org/projects/osmose/"
title="See more information on Weblate"
>
<translate>Translation progress: osmose</translate>
</a>
<br />
<a target="_blank" href="https://explore.transifex.com/openstreetmap-france/osmose/">
<a target="_blank" href="https://hosted.weblate.org/engage/osmose/">
<img
border="0"
src="https://www.transifex.com/projects/p/osmose/chart/image_png"
src="https://hosted.weblate.org/widget/osmose/open-graph.png"
/>
</a>
<br />
<a target="_blank" href="https://explore.transifex.com/openstreetmap-france/osmose/">
<a target="_blank" href="https://hosted.weblate.org/engage/osmose/">
<img
border="0"
src="https://ds0k0en9abmn1.cloudfront.net/static/charts/images/tx-logo-micro.646b0065fce6.png"
src="https://hosted.weblate.org/widget/osmose/multi-auto.svg"
/>
</a>
</div>
Expand All @@ -65,10 +65,10 @@
<li>
<translate-slot>
<span translate>
You can create a new language directly on {Transifex}.
You can create a new language directly on {Weblate}.
</span>
<template #Transifex>
<a href="https://explore.transifex.com/openstreetmap-france/osmose/">Transifex</a>
<template #Weblate>
<a href="https://hosted.weblate.org/engage/osmose/">Weblate</a>
</template>
</translate-slot>
</li>
Expand Down