vanja-san / translations

i18n of Anime.club

Home Page:https://anime.club

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

i18n of Anime.club

https://anime.club

License:Other


Languages

Language:TypeScript 99.8%Language:JavaScript 0.2%