Skip to content

anime-club/translations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

73957de ยท Jan 27, 2025
Oct 17, 2024
Jan 24, 2024
Jan 27, 2025
Jul 29, 2023
Oct 30, 2023
Jul 10, 2023
Oct 17, 2022
Sep 5, 2020
Jan 27, 2025
Jan 27, 2025
Nov 22, 2022
Nov 6, 2022

Repository files navigation

Anime.club - Translations ๐ŸŒ

This repository contains all translations for the Anime.club website ๐Ÿ˜‰

Thank you for taking a look at the translations โฃ๏ธ By making our translations available to everyone, we hope you could kindly help us to improve our translation efforts ๐Ÿ™

Quick links (Contents)

How to edit a translation

The process is easy as 1-2-3:

GIF on How to Edit a Translation

  1. Press on the language you would like to edit below
  2. Another page would open, make changes there
  3. Submit changes by pressing a green button at the bottom of the page where you edit

Project structure

  • all languages are available in /src directory

  • if a translation phrase is not translated yet:

    • it has a prefix "(en) "

      • for example if you see in /src/japanese.ts:

        deleteArt: `(en) Delete art`,
        • it means we have not translated this phrase yet
  • the translation phrase might be either:

    • a static value:

      addBlog: `Add blog`,
    • or a value that changes (n will be replaced on the website):

      addedNAgo: (n) => `Added ${n} ago`,

Use of translations from this repository in your project

If you place the following link to our website somewhere in your project where your visitors can see it, for example in your About page:

We use translations from <a href="https://anime.club">Anime.club</a>
  • if you do so, you are welcome to use our translations from this repository