Skip to content
Snippets Groups Projects
Commit baf58e77 authored by Eskild Hustvedt's avatar Eskild Hustvedt
Browse files

Fixed URLs still referencing the old repo URL

parent 6cb25e71
No related branches found
No related tags found
No related merge requests found
......@@ -258,4 +258,4 @@ fdroidYaml:
echo "version: $(BUILD_VERSION)" > public/latest.yml
echo "versionCode: $(BUILD_NO)" >> public/latest.yml
echo "combined: $(BUILD_VERSION)+$(BUILD_NO)" >> public/latest.yml
echo '<!DOCTYPE html><html><head><title>Migraine Log</title></head><body><a href="https://gitlab.com/zerodogg/org.zerodogg.migraineLog/">Repository</a></body></html>' >> public/index.html
echo '<!DOCTYPE html><html><head><title>Migraine Log</title></head><body><a href="https://gitlab.com/mglog/org.zerodogg.migraineLog/">Repository</a></body></html>' >> public/index.html
......@@ -11,7 +11,7 @@ and [F-Droid](https://f-droid.org/en/packages/org.zerodogg.migraineLog/), as
well as iOS on [the app
store](https://apps.apple.com/no/app/migraine-log/id1636946550?platform=iphone).
Packages are also published to the GitLab [package
registry](https://gitlab.com/zerodogg/org.zerodogg.migraineLog/-/packages)
registry](https://gitlab.com/mglog/org.zerodogg.migraineLog/-/packages)
(though whenever possible using one of the aforementioned appstores should be
preferred, since that makes sure you receive updates).
......
......@@ -31,7 +31,7 @@ comfortable with the command line, run `make stats` in the i18n directory.
## Submitting a translation
There are two ways to do this. One is by creating (or updating) an issue in the
gitlab issue tracker: https://gitlab.com/zerodogg/org.zerodogg.migraineLog/-/issues
gitlab issue tracker: https://gitlab.com/mglog/org.zerodogg.migraineLog/-/issues
The other is to fork the GitLab repository and submitting a merge request.
Either works, it's mostly a matter of personal preference.
......
......@@ -86,7 +86,7 @@ void main() {
if (entry != 'for details.') {
expect(i18nContent[entry], isNot("."),
reason:
"We assume all entries contain some text. If there is a reason why a string should be '.' in your language, open up an issue (https://gitlab.com/zerodogg/org.zerodogg.migraineLog/-/issues) so that the UI can be modified so that this makes sense (otherwise, while it will work fine, you will end up with weird spacing around your '.')");
"We assume all entries contain some text. If there is a reason why a string should be '.' in your language, open up an issue (https://gitlab.com/mglog/org.zerodogg.migraineLog/-/issues) so that the UI can be modified so that this makes sense (otherwise, while it will work fine, you will end up with weird spacing around your '.')");
}
expect(i18nContent[entry], isNot(''));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment