gaphor / gaphor.github.io

Website for Gaphor, the simple modeling tool
https://gaphor.org
GNU General Public License v3.0
6 stars 10 forks source link

Website Build is still Failing to display translated Portions #116

Closed milotype closed 1 year ago

milotype commented 1 year ago

The website is still failing to display all translated text. See screenshots below, or switch the language of the website (for intance into Croatian) to see untranslated texts.

1. https://gaphor.org/hr/#about

about

2. https://gaphor.org/hr/download

download

3. https://gaphor.org/hr/tutorials

tutorials

4. https://gaphor.org/hr/discuss

discuss

5. https://gaphor.org/hr/contribute

contribute

danyeaw commented 1 year ago

Thanks @milotype for reporting this! It looks like some of the pages are failing to translate now, I'll take a look.

danyeaw commented 1 year ago

The filters of html and Markdown urls was causing the po4a to fail to translate portions of the pages with those things. The negative of this is that there is more of those things in the translation strings. Over time, we could look at trying to reduce this by using liquid tags or classes in Markdown.

This should be fixed by 5c41b9d8603ff7c98e7d47bc71691a82b7cb981a, could you please verify?

milotype commented 1 year ago

@danyeaw There are still some untranslated parts:

1. https://gaphor.org/hr/#about

multiplatform

2. https://gaphor.org/hr/download

download

3. https://gaphor.org/hr/tutorials

tutorials

4. https://gaphor.org/hr/discuss

get-in-touch

5. https://gaphor.org/hr/contribute

contribute

danyeaw commented 1 year ago

Hi @milotype, you need to translate those strings:

https://github.com/gaphor/gaphor.github.io/blob/main/po/site.hr.po#L445 https://github.com/gaphor/gaphor.github.io/blob/main/po/site.hr.po#L52

etc.

There are 26 untranslated strings for the Croation translation: https://hosted.weblate.org/translate/gaphor/gaphor-github-io/hr/?q=state:%3Ctranslated

I also saw that Weblate was still locked, the translation components should be unlocked now.

milotype commented 1 year ago

Hi @danyeaw, I've solved all ov the above mentioned stuff.

But the https://hosted.weblate.org/projects/gaphor/docs-gaphor-org/hr/ is still locked.

danyeaw commented 1 year ago

Should be unlocked now.