This is the fStats image generator editor repository for the fStats image generator service, built with Vite, React, and Material UI.
All translation files are located in the public/locales/ folder.
To contribute a new translation:
- Create a folder inside
public/locales/named with the language code, for example:
frfor Frenchdefor Germanfifor Finnish
(You can look up language codes here if unsure)
-
Register the language in
src/i18n.ts:export const supportedLanguages = ["en", "fi"]; // Add your language code here
-
Add the required translation files to your folder.
Use the files from theenfolder as a reference. Each file corresponds to a section of the site (e.g.,common.json, etc.). -
Run the site locally to test:
npm install npm run dev
-
Open the app
📝 Tip: You don’t need to translate every file immediately — partial translations are welcome and helpful!
| Code | Language | Status | Translator |
|---|---|---|---|
| en | English | Native (Always 100%) | Syorito Hatsuki |
Thanks for helping make fStats accessible to more people!