From b682685a3b413b4efe8f842f2d2ba40b4a8e73cc Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Wed, 30 Jun 2021 18:06:31 +0100 Subject: [PATCH] update weblate link --- README.md | 6 +++--- config/config-base.json | 4 ++-- site/index.html | 4 ++-- ts/setup.ts | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f90a003..fd88be3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![jfa-go](images/banner.svg) [![Build Status](https://drone.hrfee.dev/api/badges/hrfee/jfa-go/status.svg?ref=refs/heads/main)](https://drone.hrfee.dev/hrfee/jfa-go) [![Docker Hub](https://img.shields.io/docker/pulls/hrfee/jfa-go?label=docker)](https://hub.docker.com/r/hrfee/jfa-go) -[![Translation status](https://weblate.hrfee.pw/widgets/jfa-go/-/svg-badge.svg)](https://weblate.hrfee.pw/engage/jfa-go/) +[![Translation status](https://weblate.jfa-go.com/widgets/jfa-go/-/svg-badge.svg)](https://weblate.jfa-go.com/engage/jfa-go/) [![Docs/Wiki](https://img.shields.io/static/v1?label=documentation&message=jfa-go.com&color=informational)](https://wiki.jfa-go.com) ##### Downloads: @@ -151,6 +151,6 @@ If you're switching from jellyfin-accounts, copy your existing `~/.jf-accounts` #### Contributing See [CONTRIBUTING.md](https://github.com/hrfee/jfa-go/blob/main/CONTRIBUTING.md). ##### Translation -[![Translation status](https://weblate.hrfee.pw/widgets/jfa-go/-/multi-auto.svg)](https://weblate.hrfee.pw/engage/jfa-go/) +[![Translation status](https://weblate.jfa-go.com/widgets/jfa-go/-/multi-auto.svg)](https://weblate.jfa-go.com/engage/jfa-go/) -For translations, use the weblate instance [here](https://weblate.hrfee.pw/engage/jfa-go/). You can login with github. +For translations, use the weblate instance [here](https://weblate.jfa-go.com/engage/jfa-go/). You can login with github. diff --git a/config/config-base.json b/config/config-base.json index f9fd317..184777e 100644 --- a/config/config-base.json +++ b/config/config-base.json @@ -124,7 +124,7 @@ ["en-us", "English (US)"] ], "value": "en-us", - "description": "Default Account Form Language. Visit weblate.hrfee.dev if you'd like to translate." + "description": "Default Account Form Language. Visit weblate.jfa-go.com if you'd like to translate." }, "language-admin": { "name": "Default Admin Language", @@ -135,7 +135,7 @@ ["en-us", "English (US)"] ], "value": "en-us", - "description": "Default Admin page Language. Settings has not been translated. Visit weblate.hrfee.dev if you'd like to translate." + "description": "Default Admin page Language. Settings has not been translated. Visit weblate.jfa-go.com if you'd like to translate." }, "theme": { "name": "Default Look", diff --git a/site/index.html b/site/index.html index 12f809c..7a44ed0 100644 --- a/site/index.html +++ b/site/index.html @@ -82,14 +82,14 @@ docker create \
github wiki/docs - translation + translation

downloads

instructions can be found here

note: tray icon builds on linux require extra dependencies, see the github README for more info.

Stable - Unstable + Unstable
windows/mac/linux diff --git a/ts/setup.ts b/ts/setup.ts index 1e4b388..cac6c18 100644 --- a/ts/setup.ts +++ b/ts/setup.ts @@ -211,7 +211,7 @@ class LangSelect extends Select { } window.lang = new lang(window.langFile as LangFile); -html("language-description", window.lang.var("language", "description", `Weblate`)); +html("language-description", window.lang.var("language", "description", `Weblate`)); html("email-description", window.lang.var("email", "description", `Mailgun`)); html("email-dateformat-notice", window.lang.var("email", "dateFormatNotice", `strftime.ninja`)); html("updates-description", window.lang.var("updates", "description", `buildrone`));