Thank you for considering contributing to Ordspel/IKEA Word Games! 🙏
All types of contributions are welcome, including but not limited to:
🛠️ More technical | 🔧 Less technical | 🖊️ Non-technical |
---|---|---|
Code review | Reporting a bug | New game ideas |
Code testing | Resolving open issues | Enhancements to existing games |
Code maintenance and upgrade | Localizations review | New localizations |
Hacktoberfest contributors please refer to the hacktoberfest participation.
The locale specific translations are found in src/app/i18n/locales/{locale}
.
The default.json
currently includes all the translations used in the project.
Open a pull request to update existing ones.
Use the generate.js
script in scripts
to generate product data. Refer to the script itself and documentation for more info.
Move the generated locale files to public/data
Add translations for the new locale to src/app/i18n/locales/{locale}/default.json
Add the new locale in LANGUAGE_LIST
in src/app/i18n/settings.js
Refer to the pull request for adding Portuguese for an example.