mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-08 23:03:29 -05:00
fix: update old kolaente.dev URLs to code.vikunja.io (#2342)
## Summary - Updates all remaining `kolaente.dev` URLs in active code/config to `code.vikunja.io` - Updates Go Report Card badge to use current module path `code.vikunja.io/api` - Historical changelog references are intentionally left unchanged Closes #655 ## Files changed - `config-raw.json` — language comment URL - `README.md` — Go Report Card badge - `pkg/routes/routes.go` — issue reference in comment - `frontend/src/styles/custom-properties/colors.scss` — issue reference in comment - `frontend/src/helpers/time/createDateFromString.ts` — issue reference in JSDoc - `frontend/src/views/user/Login.vue` — issue reference in comment - `frontend/histoire.config.ts` — PR reference in comment --------- Co-authored-by: kolaente <k@knt.li>
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
[](https://vikunja.io/docs/installing)
|
[](https://vikunja.io/docs/installing)
|
||||||
[](https://hub.docker.com/r/vikunja/vikunja/)
|
[](https://hub.docker.com/r/vikunja/vikunja/)
|
||||||
[](https://try.vikunja.io/api/v1/docs)
|
[](https://try.vikunja.io/api/v1/docs)
|
||||||
[](https://goreportcard.com/report/kolaente.dev/vikunja/vikunja)
|
[](https://goreportcard.com/report/code.vikunja.io/api)
|
||||||
|
|
||||||
# Vikunja
|
# Vikunja
|
||||||
|
|
||||||
|
|||||||
@@ -938,7 +938,7 @@
|
|||||||
{
|
{
|
||||||
"key": "language",
|
"key": "language",
|
||||||
"default_value": "\u003cunset\u003e",
|
"default_value": "\u003cunset\u003e",
|
||||||
"comment": "The language of the user interface. Must be an ISO 639-1 language code followed by an ISO 3166-1 alpha-2 country code. Check https://kolaente.dev/vikunja/vikunja/frontend/src/branch/main/src/i18n/lang for a list of possible languages. Will default to the browser language the user uses when signing up."
|
"comment": "The language of the user interface. Must be an ISO 639-1 language code followed by an ISO 3166-1 alpha-2 country code. Check https://code.vikunja.io/vikunja/tree/main/frontend/src/i18n/lang for a list of possible languages. Will default to the browser language the user uses when signing up."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "timezone",
|
"key": "timezone",
|
||||||
|
|||||||
Reference in New Issue
Block a user