Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add <Svenska> [sv] #999

Closed
ignotus666 opened this issue Jul 27, 2024 · 28 comments
Closed

Add <Svenska> [sv] #999

ignotus666 opened this issue Jul 27, 2024 · 28 comments
Labels
new language translation Issue or PR releated to translation

Comments

@ignotus666
Copy link
Contributor

Add Swedish language files.

Better wait until Weblate is up and running again - then add the "new language" label to trigger it.

@ignotus666 ignotus666 added the translation Issue or PR releated to translation label Jul 27, 2024
@ann0see
Copy link
Member

ann0see commented Jul 27, 2024

Most likely you’ll need to update permissions (since the workflow failed)

@ignotus666
Copy link
Contributor Author

ignotus666 commented Jul 27, 2024

since the workflow failed

What workflow?

Edit: never mind, just saw it.

@ann0see
Copy link
Member

ann0see commented Jul 27, 2024

https://github.com/jamulussoftware/jamuluswebsite/actions/runs/10126433912

But I have the feeling that release is just severely outdated. And we whitelist actions on next-release. Most of the updates to gh actions went to next-release and the branches somewhat diverged.

@ignotus666
Copy link
Contributor Author

Yes, I just added the (deprecated) action to the whitelist but ideally we should merge the updated workflows from next-release into release.

@ignotus666
Copy link
Contributor Author

@ann0see can we unlock Weblate now?

@ann0see
Copy link
Member

ann0see commented Jul 28, 2024

There may still be documentation changes outstanding? Screenshots? Before we can start the translation run.

@pljones
Copy link
Contributor

pljones commented Jul 28, 2024

Is this targetted at 3.11.0? If so, please add the release.

@pljones pljones added this to Tracking Jul 28, 2024
@github-project-automation github-project-automation bot moved this to Triage in Tracking Jul 28, 2024
@ignotus666
Copy link
Contributor Author

With Weblate I see website translations as more of a rolling situation - they trickle in and then maybe ramp up when we put out a call as a release approaches, but many of them never make it to complete. The volume is just way higher than the app. So I think targeting a specific release is a bit meaningless.

@pljones
Copy link
Contributor

pljones commented Jul 28, 2024

Do we then need to update the release process documentation so that we no longer worry about the website being up to date with the application? That doesn't seem right to me.

I'd expect any change to have a reason and the delivery of that change to be targeted -- if it's not dependent upon the application, then okay, maybe it's not specific to a release but it should still be targeted to the current release if that's when it's expected to be done. It can always get moved.

@ann0see
Copy link
Member

ann0see commented Jul 28, 2024

For new languages probably we could get away from targeting releases, but I‘d suggest that we still do translation sprints.

@ignotus666
Copy link
Contributor Author

Do we then need to update the release process documentation so that we no longer worry about the website being up to date with the application? That doesn't seem right to me.

Of course the website should be up to date with the app - at least the default, English version. But given the volume of text, and more so for a new language, tying translations to a specific release is wishful thinking. If it happens, great, but only a handful of languages are maintained at a complete (or near enough) level. But I still agree that we should do translation sprints - the proximity of a release is a motivator.

@pljones
Copy link
Contributor

pljones commented Jul 31, 2024

OK, I'd suggest we don't start new languages proximally to a release as they cut across the release cycle, if we're going to to allow them not to tie in.

@ignotus666
Copy link
Contributor Author

I would argue that as they're not necessarily tied to a release, it would make sense to add SV now. If we don't, the translator won't see any of their translation work on the website until the next release (and won't get to start on it now; @genesisproject2020 showed some interest in doing it - maybe he could weigh in), which could be quite far away. As I said, the volume of text is very large and motivation is a big factor.

@ann0see
Copy link
Member

ann0see commented Aug 4, 2024

Yes. Let's add it now.

@ann0see
Copy link
Member

ann0see commented Aug 4, 2024

Check the regex in the automation.

https://regexr.com/ can serve as nice way to debug.

@ignotus666
Copy link
Contributor Author

I can't see what's wrong with it - I use this site and it checks out. I could also swear I tested adding a language on my repo and it worked.

@ann0see
Copy link
Member

ann0see commented Aug 4, 2024

I think I know what the problem is. It's taking the tooling from release not next release.

@ignotus666
Copy link
Contributor Author

Yes, but that should be fixed - the scripts were updated on release.

@ignotus666
Copy link
Contributor Author

I think I've got it - there are missing quotes in this line:

if [[ $LANG_CODE =~ ^[a-z]{2}(-[A-Z]{2})?$ && $ISSUE_TITLE =~ <[^>]+> ]]; then

It should be:

if [[ "$LANG_CODE" =~ ^[a-z]{2}(-[A-Z]{2})?$ && "$ISSUE_TITLE" =~ <[^>]+> ]]; then

@ignotus666
Copy link
Contributor Author

Should we commit directly to release or do it via a PR?

@ann0see
Copy link
Member

ann0see commented Aug 5, 2024

PR

@ann0see
Copy link
Member

ann0see commented Aug 5, 2024

Please check the regex. Now it's a syntax error.

@ignotus666
Copy link
Contributor Author

Yeah, I'm doing tests on my repo and will make a new PR when it's fixed.

@ignotus666 ignotus666 mentioned this issue Aug 5, 2024
3 tasks
@ignotus666
Copy link
Contributor Author

It seems that sed doesn't like <> characters in the regex and gets confused. Fixed by using grep instead. I also split the errors so it tells you specifically what part of the issue title is wrong. Tested on my repo and is working.

Copy link
Contributor

github-actions bot commented Aug 5, 2024

  • The .po files have been created for Svenska and are now available on Weblate. If you prefer not to use Weblate and intend to submit translations via a Pull Request, your language files can be found on the next-release branch in _translator-files/po/sv/.
  • Please consult this README file for more information on the translation process.

@ignotus666
Copy link
Contributor Author

Urgh... Weblate only updated with the "startpage" (1-Index) file for Swedish. I'm looking at the settings and they seem ok. I don't know what could have changed and adding languages worked fine in the past. @ann0see any ideas?

ignotus666 added a commit that referenced this issue Aug 5, 2024
@ann0see
Copy link
Member

ann0see commented Aug 5, 2024

Yes. You need to force rescan the po files in the "Danger section" I suppose. Had a comparable issue yesterday.

@ignotus666
Copy link
Contributor Author

Ah, I was doing "update" and that wasn't working. Fixed. BTW, I changed the lang code from sv to sv-SE to keep it more consistent with the app (#1022). I know other languages should probably have the same done with them (es, de...). The startpage has already been translated I see.

@github-project-automation github-project-automation bot moved this from Triage to Done in Tracking Aug 5, 2024
pljones added a commit that referenced this issue Sep 21, 2024
* Use newlines for code to help with copy-paste (#968)

* newlines help with copy-paste

* use tabs rather than 4 spaces

* three tics for copy button

* preferred markdown

* AUTO: Updated .po files

* Change jamulus-server to jamulus-headless (#969)

* Change jamulus-server to jamulus-headless

* Fix grammar

Co-authored-by: John Dempsey <[email protected]>

---------

Co-authored-by: John Dempsey <[email protected]>

* AUTO: Updated .po files

* Fix segmentation in 1-Index (#970)

* Update _config.yml

Make kramdown the markdown processor

* Update and rename 1-index.html to 1-index.md

* Update 1-index.md

* Update 1-de-index.html

* Rename 1-de-index.html to 1-de-index.md

* Update and rename 1-es-index.html to 1-es-index.md

* Update and rename 1-fr-index.html to 1-fr-index.md

* Update and rename 1-index.html to 1-index.md

* Update and rename 1-it-index.html to 1-it-index.md

* Update and rename 1-ko_KR-index.html to 1-ko_KR-index.md

* Update and rename 1-nb_NO-index.html to 1-nb_NO-index.md

* Update and rename 1-nl-index.html to 1-nl-index.md

* Update and rename 1-pt_BR-index.html to 1-pt_BR-index.md

* Update and rename 1-pt_PT-index.html to 1-pt_PT-index.md

* Update and rename 1-zh_CN-index.html to 1-zh_CN-index.md

* Fix segmentation in 1-Index

* Don't include processed .po files

* Correction

* Add comments

* Add comments

* Update _po4a-tools/po4a-update-templates.sh

Co-authored-by: Peter L Jones <[email protected]>

* Remove unneeded check

---------

Co-authored-by: Peter L Jones <[email protected]>

* AUTO: Updated .po files

* Revert "AUTO: Updated .po files"

This reverts commit a73218e.

* Revert "Fix segmentation in 1-Index (#970)"

This reverts commit 256a678.

* Translations update from Hosted Weblate (#975)

* Update Spanish translation using Weblate

Currently translated at 100.0% (159 of 159 strings)

Co-authored-by: gallegonovato <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/running-a-server/es/
Translation: Jamulus/Running-a-Server

* Update French translation using Weblate

Currently translated at 100.0% (165 of 165 strings)

Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Co-authored-by: Olivier Humbert <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/directories/
Translate-URL: https://hosted.weblate.org/projects/jamulus/running-a-server/fr/
Translation: Jamulus/Directories
Translation: Jamulus/Running-a-Server

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Translation: Jamulus/Running-a-Server
Translate-URL: https://hosted.weblate.org/projects/jamulus/running-a-server/

---------

Co-authored-by: gallegonovato <[email protected]>
Co-authored-by: Olivier Humbert <[email protected]>

* Fix segmentation in 1-Index 2nd attempt (#976)

* Update _config.yml

Make kramdown the markdown processor

* Update and rename 1-index.html to 1-index.md

* Update 1-index.md

* Update 1-de-index.html

* Rename 1-de-index.html to 1-de-index.md

* Update and rename 1-es-index.html to 1-es-index.md

* Update and rename 1-fr-index.html to 1-fr-index.md

* Update and rename 1-index.html to 1-index.md

* Update and rename 1-it-index.html to 1-it-index.md

* Update and rename 1-ko_KR-index.html to 1-ko_KR-index.md

* Update and rename 1-nb_NO-index.html to 1-nb_NO-index.md

* Update and rename 1-nl-index.html to 1-nl-index.md

* Update and rename 1-pt_BR-index.html to 1-pt_BR-index.md

* Update and rename 1-pt_PT-index.html to 1-pt_PT-index.md

* Update and rename 1-zh_CN-index.html to 1-zh_CN-index.md

* Fix segmentation in 1-Index

* Don't include processed .po files

* Correction

* Add comments

* Add comments

* Update _po4a-tools/po4a-update-templates.sh

Co-authored-by: Peter L Jones <[email protected]>

* Remove unneeded check

* AUTO: Updated .po files

---------

Co-authored-by: Peter L Jones <[email protected]>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>

* AUTO: Updated .po files

* Add changes to iOS install page

* Translations update from Hosted Weblate (#978)

* Update Installation-for-Linux.md adding PipeWire usage. (#980)

* AUTO: Updated .po files

* Apply suggestion

Co-authored-by: Peter L Jones <[email protected]>

* Update deprecated actions

* Replace banner image

* Add figure style

* Lang select (#11)

* Initial replacements testing OK so far

* Add language selection dropdown

* Don't store lang preference

* Align dropdown to the right. Remove unneeded code from fw.css

* Make dropdown scrollable

* Clean/move/improve css styling, add icon, lang sel. outline

* Remove unneeded css

* Show full lang names, automate adding langs

* AUTO: Add new language: (eu) #4

* Revert "AUTO: Add new language: (eu) #4"

This reverts commit 301c948.

* Correction

* AUTO: Add new language: (Basque) #5

* Update add-lang.yml

* AUTO: Add new language: (English (American)) #6

* Correction

* Revert language additions

* Correction

* Correction

* Update

* Update

* Add check

* Update error message

* Revert lang code hyphens

* Add changes by @gilgongo

* Combine with gilgongo's stuff

* Correct title check

* Correct pt-BR language codes

* Revert lang code changes

---------

Co-authored-by: Gilgongo <[email protected]>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>

* Replace with simplified version

* Change add-lang message, remove suglang reference

* Improve accessibility

* Match text colour

* Make dropdown menu more compact

* Make dropdown standard html

* Replace with simplified version

Change add-lang message, remove suglang reference

Improve accessibility

Match text colour

Make dropdown menu more compact

Make dropdown standard html

* Add no-JS option

* Correction to no-JS list

* Make non-JS selection highlighted

* Add language-container to fw.css

* Correct translation readme

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/software-manual/
Translation: Jamulus/Software-Manual

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/software-manual/
Translation: Jamulus/Software-Manual

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/software-manual/
Translation: Jamulus/Software-Manual

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Translation: Jamulus/Tips-Tricks-More
Translate-URL: https://hosted.weblate.org/projects/jamulus/tips-tricks-more/

* Rephrase sentence

Co-authored-by: Peter L Jones <[email protected]>

* Fix canonical/alternate links

* Fix canonical/alternate links

* Use class for figure

* Add class for home page img

* Better class name

Co-authored-by: ann0see <[email protected]>

* Better class name

Co-authored-by: ann0see <[email protected]>

* Removed lrelease and .qm files check-in from release process.

These steps no longer needed as .qm files are now compiled on the fly.

* AUTO: Updated .po files

* Update Release-Process.md

Co-authored-by: ann0see <[email protected]>

* Make current language non-selectable in non-JS mode

* Tidy up and fix non-selectable EN

* Update _includes/headtags.html

Co-authored-by: ann0see <[email protected]>

* Change po folders to new lang codes

* Bump rexml from 3.2.8 to 3.3.2

Bumps [rexml](https://github.com/ruby/rexml) from 3.2.8 to 3.3.2.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](ruby/rexml@v3.2.8...v3.3.2)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update dependencies

* Add connection setup and advanced setup screenshots

* Add connection setup and advanced setup screenshots in ES

* Mention connect via menu does not force disconnect

* Expand description of server list and say "directory"

* Add note about delete button

* Fix "My Profile" screenshot border

* AUTO: Updated .po files

* Fix syntax error

* Update dependencies

* AUTO: Add new language: sv: Svenska #999

* Revert "AUTO: Add new language: sv: Svenska #999"

This reverts commit 1eb8e58.

* AUTO: Add new language: sv-SE: Svenska #1022

* update-nl-images-for-3-11

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/directories/
Translate-URL: https://hosted.weblate.org/projects/jamulus/installation-for-ios/
Translation: Jamulus/Directories
Translation: Jamulus/Installation-for-iOS

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/directories/
Translate-URL: https://hosted.weblate.org/projects/jamulus/installation-for-ios/
Translation: Jamulus/Directories
Translation: Jamulus/Installation-for-iOS

* Update Italian translation using Weblate

Currently translated at 100.0% (13 of 13 strings)

Update translation files

Updated by "Squash Git commits" hook in Weblate.

Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Co-authored-by: ann0see <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/1-index/it/
Translate-URL: https://hosted.weblate.org/projects/jamulus/directories/
Translate-URL: https://hosted.weblate.org/projects/jamulus/installation-for-ios/
Translation: Jamulus/Directories
Translation: Jamulus/Installation-for-iOS
Translation: Jamulus/Startpage

* Update Dutch translation using Weblate

Currently translated at 100.0% (159 of 159 strings)

Translated using Weblate (Dutch)

Currently translated at 100.0% (31 of 31 strings)

Update Dutch translation using Weblate

Currently translated at 100.0% (16 of 16 strings)

Update Dutch translation using Weblate

Currently translated at 100.0% (27 of 27 strings)

Update Dutch translation using Weblate

Currently translated at 100.0% (12 of 12 strings)

Update Dutch translation using Weblate

Currently translated at 100.0% (159 of 159 strings)

Update translation files

Updated by "Squash Git commits" hook in Weblate.

Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Henk De Groot <[email protected]>
Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/directories/
Translate-URL: https://hosted.weblate.org/projects/jamulus/directories/nl/
Translate-URL: https://hosted.weblate.org/projects/jamulus/installation-for-ios/
Translate-URL: https://hosted.weblate.org/projects/jamulus/running-a-server/nl/
Translate-URL: https://hosted.weblate.org/projects/jamulus/server-bandwidth/nl/
Translate-URL: https://hosted.weblate.org/projects/jamulus/server-troubleshooting/nl/
Translate-URL: https://hosted.weblate.org/projects/jamulus/unregistered-servers/nl/
Translation: Jamulus/Directories
Translation: Jamulus/Installation-for-iOS
Translation: Jamulus/Running-a-Server
Translation: Jamulus/Server-Bandwidth
Translation: Jamulus/Server-Troubleshooting
Translation: Jamulus/Unregistered-Servers

* Update Spanish translation using Weblate

Currently translated at 100.0% (137 of 137 strings)

Update translation files

Updated by "Squash Git commits" hook in Weblate.

Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Co-authored-by: ignotus <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/directories/
Translate-URL: https://hosted.weblate.org/projects/jamulus/installation-for-ios/
Translate-URL: https://hosted.weblate.org/projects/jamulus/software-manual/es/
Translation: Jamulus/Directories
Translation: Jamulus/Installation-for-iOS
Translation: Jamulus/Software-Manual

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/directories/
Translate-URL: https://hosted.weblate.org/projects/jamulus/installation-for-ios/
Translation: Jamulus/Directories
Translation: Jamulus/Installation-for-iOS

* Update Swedish translation using Weblate

Currently translated at 100.0% (16 of 16 strings)

Update Swedish translation using Weblate

Currently translated at 100.0% (27 of 27 strings)

Update Swedish translation using Weblate

Currently translated at 100.0% (12 of 12 strings)

Translated using Weblate (Swedish)

Currently translated at 100.0% (31 of 31 strings)

Update Swedish translation using Weblate

Currently translated at 100.0% (56 of 56 strings)

Update Swedish translation using Weblate

Currently translated at 100.0% (137 of 137 strings)

Update Swedish translation using Weblate

Currently translated at 100.0% (159 of 159 strings)

Update Swedish translation using Weblate

Currently translated at 100.0% (137 of 137 strings)

Update Swedish translation using Weblate

Currently translated at 100.0% (159 of 159 strings)

Update translation files

Updated by "Squash Git commits" hook in Weblate.

Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Co-authored-by: ann0see <[email protected]>
Co-authored-by: ignotus <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/client-troubleshooting/sv/
Translate-URL: https://hosted.weblate.org/projects/jamulus/directories/
Translate-URL: https://hosted.weblate.org/projects/jamulus/directories/sv/
Translate-URL: https://hosted.weblate.org/projects/jamulus/installation-for-ios/
Translate-URL: https://hosted.weblate.org/projects/jamulus/running-a-server/sv/
Translate-URL: https://hosted.weblate.org/projects/jamulus/server-bandwidth/sv/
Translate-URL: https://hosted.weblate.org/projects/jamulus/server-troubleshooting/sv/
Translate-URL: https://hosted.weblate.org/projects/jamulus/software-manual/sv/
Translate-URL: https://hosted.weblate.org/projects/jamulus/unregistered-servers/sv/
Translation: Jamulus/Client-Troubleshooting
Translation: Jamulus/Directories
Translation: Jamulus/Installation-for-iOS
Translation: Jamulus/Running-a-Server
Translation: Jamulus/Server-Bandwidth
Translation: Jamulus/Server-Troubleshooting
Translation: Jamulus/Software-Manual
Translation: Jamulus/Unregistered-Servers

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/directories/
Translate-URL: https://hosted.weblate.org/projects/jamulus/installation-for-ios/
Translation: Jamulus/Directories
Translation: Jamulus/Installation-for-iOS

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/directories/
Translate-URL: https://hosted.weblate.org/projects/jamulus/installation-for-ios/
Translation: Jamulus/Directories
Translation: Jamulus/Installation-for-iOS

* Update Chinese (Simplified) translation using Weblate

Currently translated at 100.0% (159 of 159 strings)

Update translation files

Updated by "Squash Git commits" hook in Weblate.

Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Co-authored-by: ann0see <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/directories/
Translate-URL: https://hosted.weblate.org/projects/jamulus/installation-for-ios/
Translate-URL: https://hosted.weblate.org/projects/jamulus/running-a-server/zh_Hans/
Translation: Jamulus/Directories
Translation: Jamulus/Installation-for-iOS
Translation: Jamulus/Running-a-Server

* Update translation files

Updated by "Squash Git commits" hook in Weblate.

Update translation files

Updated by "Squash Git commits" hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/directories/
Translate-URL: https://hosted.weblate.org/projects/jamulus/installation-for-ios/
Translation: Jamulus/Directories
Translation: Jamulus/Installation-for-iOS

* Replace bundle id

* AUTO: Updated .po files

* Update German translation using Weblate

Currently translated at 100.0% (6 of 6 strings)

Co-authored-by: ann0see <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/include-client-commands/de/
Translation: Jamulus/Include-Client-Commands

* Update Dutch translation using Weblate

Currently translated at 100.0% (49 of 49 strings)

Co-authored-by: ann0see <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/installation-for-linux/nl/
Translation: Jamulus/Installation-for-Linux

* Update Swedish translation using Weblate

Currently translated at 100.0% (159 of 159 strings)

Co-authored-by: ann0see <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/running-a-server/sv/
Translation: Jamulus/Running-a-Server

* Update Portuguese (Portugal) translation using Weblate

Currently translated at 100.0% (13 of 13 strings)

Co-authored-by: ann0see <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/jamulus/1-index/pt_PT/
Translation: Jamulus/Startpage

* Identify canonical and alternate URLs (#1026)

Co-authored-by: ann0see <[email protected]>

* Update Gemfile version numbers

* Add closing / to standalone HTML tags, for po4a parser. (#1037)

The po4a XML parser seems to dislike standalone HTML tags such as <img> and <br>,
and this causes it to mis-parse tags that enclose them.

This commit changes <img> to <img/> and <br> to <br/>, which keeps the parser happy.

* AUTO: Updated .po files

* Fix for jekyll canonical URL construction (#1039)

* Add language directories in _data and wiki to .gitignore

Only en and en-no-translate are committed to Github

* Update download links on the website

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: John Dempsey <[email protected]>
Co-authored-by: ignotus <[email protected]>
Co-authored-by: Peter L Jones <[email protected]>
Co-authored-by: Weblate (bot) <[email protected]>
Co-authored-by: gallegonovato <[email protected]>
Co-authored-by: Olivier Humbert <[email protected]>
Co-authored-by: Julien Taverna <[email protected]>
Co-authored-by: Jonathan <[email protected]>
Co-authored-by: Gilgongo <[email protected]>
Co-authored-by: Tony Mountifield <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Peter L Jones <[email protected]>
Co-authored-by: Henk De Groot <[email protected]>
Co-authored-by: Henk De Groot <[email protected]>
Co-authored-by: ignotus <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new language translation Issue or PR releated to translation
Projects
Status: Done
Development

No branches or pull requests

3 participants