Skip to content

Commit

Permalink
[ui/authorization] i18n: help to translate (link)
Browse files Browse the repository at this point in the history
  • Loading branch information
elf-pavlik committed May 1, 2024
1 parent f9bda08 commit 601223f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
1 change: 1 addition & 0 deletions ui/authorization/src/locales/en.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ settings = Settings
# Settings

language = Language
help-translating = Help to translate!
# Authorization
access = Access
Expand Down
5 changes: 3 additions & 2 deletions ui/authorization/src/locales/pl.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sign-in-input =
.label = OIDC serwer
# Dashboard
enable = Aktywój
enable = Aktywuj
notifications-alert =
.title = Powiadomienia
.text = Aktualnie nieaktywne
Expand All @@ -24,10 +24,11 @@ settings = Ustawienia
# Settings

language = Język
help-translating = Pomóż w tłumaczeniu!
# Authorization
access = Dostęp
authorize = Udostępnij
authorize = Zautoryzuj
deny = Odmów
all-data = Wszystkie dane
Expand Down
10 changes: 10 additions & 0 deletions ui/authorization/src/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
></v-select>
</template>
</v-list-item>
<v-list-item id="translation">
<a href="https://hosted.weblate.org/projects/sai/" target="_blank">
{{ $t('help-translating') }}
</a>
</v-list-item>
</v-list>
</template>

Expand All @@ -27,3 +32,8 @@ const languages = computed(() =>
)
</script>
<style scoped>
#translation {
text-align: right;
}
</style>

0 comments on commit 601223f

Please sign in to comment.