@anime.club/translations

1.1.87ย โ€ขย Publicย โ€ขย Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @anime.club/translations

Weekly Downloads

54

Version

1.1.87

License

MIT

Unpacked Size

346 kB

Total Files

18

Last publish

Collaborators

  • o_alexandrov