This repository contains the localization files for the CS2 Server List project. These files are used to provide multi-language support for the application.
locales/- Directory containing all locale filesen.json- English language file
To add a new language:
- Create a new JSON file in the
localesdirectory named after the language code (e.g.,fr.jsonfor French) - Copy the structure from
en.json - Translate all the strings while maintaining the same keys
- Submit a pull request with your new language file
We welcome contributions to add new languages. Simply:
- Create a new language file following the steps above
- Submit a pull request with your translation
This project is licensed under the GPL-3.0 License - see the LICENSE file for details.