Skip to content

hoteit/jointhefediverse.net

 
 

Repository files navigation

Logos of various fediverse platforms arranged in a circle, with little envelopes being sent between them.

JoinTheFediverse.net

Learn about the fediverse and find your new community.

Development

This projects uses node 18.13.0.

npm install
npm start dev

Translation

  1. Navigate to the translations folder.
  2. Add a new language section inside the info.json file.
    {
        "label": "Native name of the language",
        "label_en": "English name of the language, used for sorting",
        "lang_dir": "the direction of the languaue, LTR or RTL",
        "code": "the ISO 639-1 language code, see https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes",
        "available": true, // Should the language be visible in the language picker? true or false
        "translators": [ // List of people who contributed to the translation
            {
                "name": "Person A",
                "url": "https://example.social/@person_a"
            },
            {
                "name": "Person B",
                "url": "https://example.social/@person_b"
            }
        ]
    },
  1. Update the JSON files inside the data folder for each page and selected site sections.
  2. Run npm run translate to generate translation files inside locales.

About

localizing jointhefediverse.net into Arabic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Handlebars 50.9%
  • CSS 28.0%
  • JavaScript 21.1%