Skip to content

Commit

Permalink
Add reference to translation weblate to footer and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsjo committed Sep 19, 2023
1 parent d25de33 commit 15b9f79
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
[![map.jacobsjo.eu](https://img.shields.io/github/deployments/jacobsjo/mc-datapack-map/github-pages?label=map.jacobsjo.eu)](https://map.jacobsjo.eu)
[![](https://img.shields.io/github/issues-raw/jacobsjo/mc-datapack-map)](https://github.com/jacobsjo/mc-datapack-map/issues)
[![](https://img.shields.io/badge/sponsor-jacobsjo-blue)](https://github.com/sponsors/jacobsjo)
[![](https://weblate.catter.dev/widget/jacobsjo/mc-datapack-map/svg-badge.svg)](https://weblate.catter.dev/projects/jacobsjo/mc-datapack-map/)
</a>

## Use online at https://map.jacobsjo.eu

Expand All @@ -16,6 +18,9 @@

![](docs/header.png)

# Translations
Translate at https://weblate.catter.dev/projects/jacobsjo/mc-datapack-map/

# Contributing
Contributions are welcome! For significant feature additions please ask beforehand by opening an issue or on discord.

Expand Down
1 change: 1 addition & 0 deletions locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"footer.report_issue": "Report Issue",
"footer.other": "Other Tools",
"footer.licenses": "Licenses",
"footer.translate": "Translate",
"footer.sponsor": "Sponsor",

"datapack_list.remove_datapack.title": "Remove Datapack",
Expand Down
3 changes: 2 additions & 1 deletion src/components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import LocaleChanger from './LocaleChanger.vue';
<a href="https://jacobsjo.eu/about.html" target="_blank">{{ $t('footer.about') }}</a>
<a href="https://github.com/jacobsjo/mc-datapack-map" target="_blank">{{ $t('footer.view_source') }}</a>
<a href="https://github.com/jacobsjo/mc-datapack-map/issues" target="_blank">{{ $t('footer.report_issue') }}</a>
<a href="https://weblate.catter.dev/projects/jacobsjo/mc-datapack-map/" target="_blank">{{ $t('footer.translate') }}</a>
<a href="https://jacobsjo.eu" target="_blank">{{ $t('footer.other') }}</a>
<a href="OTHER_LICENSES.txt" target="_blank">{{ $t('footer.licenses') }}</a>
<a href="https://github.com/sponsors/jacobsjo" class="highlight" target="_blank">{{ $t('footer.sponsor') }}</a>
Expand All @@ -31,7 +32,7 @@ import LocaleChanger from './LocaleChanger.vue';
flex-wrap: wrap;
gap: 0.5rem;
row-gap: 0rem;
height: 6.5rem;
height: 8rem;
}
a, p{
Expand Down

0 comments on commit 15b9f79

Please sign in to comment.