Giter Club home page Giter Club logo

csgo-demos-manager.com's Introduction

csgo-demos-manager.com

Source code of https://csgo-demos-manager.com, the website of the application CSGO Demos Manager.

Translation

Starting a new translation

If you would like to start a new translation, submit a PR adding a new language code ans its native name in the LOCALES variable in locales.ts. Languages code are available here

For example adding Español language (es language code):

  en: 'English', // Already defined
  es: 'Español', // <- New language, replace it with your language code and native name

Editing translation

Most of translations are in markdown files, the rest are in JSON files.

Markdown files are in this markdown folder and JSON files in the translations folder.

Markdown

Each markdown filenames are suffixed by the language code, for example export.fr.md is the French translation. You have to edit the files corresponding to your language and if it doesn't exist, you have to create it using the .en.md file as reference.

JSON

JSON filenames correpond to the language code, for example fr.json is fo the French translation. You have to edit the file corresponding to your language and if it doesn't exist, you have to create it using the en.json file as reference.

Development

Prerequisites

  1. Git
  2. NodeJS >= 12.x version
  3. Yarn

Running locally

  1. yarn
  2. yarn dev

License

MIT

csgo-demos-manager.com's People

Contributors

akiver avatar omegahybris avatar moritzuehling avatar c1erman avatar

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.