GithubHelp home page GithubHelp logo

Comments (18)

rubenwardy avatar rubenwardy commented on July 28, 2024 7

GitHub Pages now supports building using GitHub Actions, so you can use any jekyll plugin for this

from minetest.github.io.

rubenwardy avatar rubenwardy commented on July 28, 2024 1

The easiest way would be to do this:

  • Put translations in sub folder source/en/download.html
  • Maybe keep English index.html in root, doesn't matter.
  • Set up canonical links

Pages are should be mostly text

from minetest.github.io.

Lemente avatar Lemente commented on July 28, 2024 1

I am currently a bit stuck in my project because of the lack of translation of the website.
I am running a workshop where people might come with their own computer, and I want them to install the game autonomously.
I cannot expect everyone to be fluent in english. There are a few French guides, but they aren't as clear and polished as the website.

I will probably use one of those guides (probably the Getting Started page), or use a website that automatically translate web pages for now.

I also feel like having the game fully translated, but not the download page is detrimental to the project and the translation effort as a whole.

from minetest.github.io.

rubenwardy avatar rubenwardy commented on July 28, 2024 1

Acceptance criteria:

  • Translation using Weblate must be supported (To do this, the translations should be files in the git repo using json, gettext, or another weblate-supported format)
  • English used as source strings. Translators will then translate English strings when they appear. Translators should not be required to translate entire pages at once
  • Languages need to whitelisted before they appear (this prevents partial translations from appearing before they are ready)
  • Each translation should have its own directory (ie: /en/downloads/). Each page should link to other translations using <link> tags in the <head> and also with a language selector in the nav bar
  • Old pages should redirect to english translations (ie: /downloads/ to /en/downloads/)

from minetest.github.io.

megustanlosfrijoles avatar megustanlosfrijoles commented on July 28, 2024 1

Ping me too when the website is ready for translations. I'd like to contribute.

from minetest.github.io.

rubenwardy avatar rubenwardy commented on July 28, 2024 1

I had a look into this and none of the plugins for Jekyll were fit for purpose. The one that was best maintained would break redirects for example, so break all pages

I think the best approach would be to switch to a different static site generator. Perhaps Hugo or Eleventy. I'm familiar with Eleventy but not Hugo. It's probably best to keep the styling the same though, and just attempt the markup for the new generator and translation

from minetest.github.io.

est31 avatar est31 commented on July 28, 2024

There seems to be a preprocessor project: https://github.com/ruby-gettext/jekyll-task-i18n

It seems to be what @rubenwardy proposes, just creation of the pages is automated, and we have .po files, allowing to be weblate-able.

from minetest.github.io.

rubenwardy avatar rubenwardy commented on July 28, 2024

Github doesn't support it, however, so makes things more difficult.

Edit (2023): GitHub supports plugins now

from minetest.github.io.

est31 avatar est31 commented on July 28, 2024

Agreed. The project writes:

Edit (2023): GitHub supports plugins now

There are some i18n softwares for Jekyll that are implemented as Jekyll plugin such as jekyll-localization and jekyll-i18n. jekyll-task-i18n uses preprocessor approach instead of Jekyll plugin. This approach has the following advantages:

  • You can use i18n feature on GitHub pages.
    [...]

from minetest.github.io.

srifqi avatar srifqi commented on July 28, 2024

Then, why we don't use Javascript instead? I know that some users just turn off their Javascript for their security reason.

from minetest.github.io.

zaoqi avatar zaoqi commented on July 28, 2024

#89

from minetest.github.io.

mnh48 avatar mnh48 commented on July 28, 2024

Ping me when the website is ready for translations.

from minetest.github.io.

wsor4035 avatar wsor4035 commented on July 28, 2024

linking github/pages-gem#401 here

from minetest.github.io.

rubenwardy avatar rubenwardy commented on July 28, 2024

I added translation support to the website for one of my projects: https://renewedtab.com

Translators can translate it using my Weblate instance. It doesn't use any Jekyll plugins, so supports GitHub Pages.

It works by putting all the strings into yml files in _data/locale. Weblate supports using yml for translations.
Source code: https://github.com/rubenwardy/renewedtab_website/

from minetest.github.io.

loviuz avatar loviuz commented on July 28, 2024

Hi all! Do you want to add a plugin for the translations, or do you have plan to switch to another tool, like hugo?

from minetest.github.io.

rubenwardy avatar rubenwardy commented on July 28, 2024

Hi all! Do you want to add a plugin for the translations, or do you have plan to switch to another tool, like hugo?

@loviuz We don't have any plans currently to switch to another tool, but if that's easier to implement translations in then it could be discussed

from minetest.github.io.

loviuz avatar loviuz commented on July 28, 2024

Jekyll is a bit old. It can be (easily) migrated to Nikola, but I don't know it so well. I know hugo, another static website generator written in go. Can I propose a theme for hugo to a possible restyling + multilanguage website? :-)

from minetest.github.io.

wsor4035 avatar wsor4035 commented on July 28, 2024

astro is also popular

from minetest.github.io.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.