Copilot instructions
.github/instructions/i18n.instructions.mdEditing FreshRSS translations
Copilot instructions
Quality
65/100
Scores the file, not the repository.Length
183 words
8 headings · 4 code blocksRepository
16k
— · pushed 1 days agoLast changed
3 days ago
First indexed 3 days ago.123456# FreshRSS translations (i18n)78* Favour commands over manual edits to add, move, or delete translation keys:9 * Use the `cli/manipulate.translation.php` script or the corresponding `make` commands.1011## Commands1213### Add a new translation key1415To add a new translatable string across all languages:1617```sh18./cli/manipulate.translation.php --action add --key 'example.of.key' --value 'Example of text'19# or20make i18n-add-key key='example.of.key' value='Example of text'21```2223This will:241. Add the key to English (`app/i18n/en/gen.php`) with the provided value252. Add the key to all other languages marked as `// TODO` for translators2627You should then:281. Remove the `// TODO` comment in English `en/`292. Update to `// IGNORE` comment in US English `en-US/` or adapt the string in case of regional differences3031### Delete a translation key3233To delete a translation key from all languages:3435```sh36./cli/manipulate.translation.php --action delete --key 'old.key.path'37```3839### Other commands4041See all available commands with:4243```sh44./cli/manipulate.translation.php -a --help45```4647## Post-fixing4849After manipulating translation, you should call the following to reformat and ensure consistency:5051```sh52composer run-script translations53# or (targeting more than just translations)54make fix-all55```56
Also in FreshRSS/FreshRSS
Diff this repo’s formatsOne repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| FreshRSS/FreshRSS.github/instructions/_general.instructions.md · 16k | Copilot instructions | lint-formatstyleagent-behaviour | 41/100 | 3 days ago | |
| FreshRSS/FreshRSS.github/instructions/css.instructions.md · 16k | Copilot instructions | ui | 51/100 | 3 days ago | |
| FreshRSS/FreshRSS.github/instructions/javascript.instructions.md · 16k | Copilot instructions | lint-format | 41/100 | 3 days ago | |
| FreshRSS/FreshRSS.github/instructions/markdown.instructions.md · 16k | Copilot instructions | no sections | 37/100 | 3 days ago | |
| FreshRSS/FreshRSS.github/instructions/php.instructions.md · 16k | Copilot instructions | no sections | 59/100 | 3 days ago | |
| FreshRSS/FreshRSSAGENTS.md · 16k | AGENTS.md | stylearchgitdatabase+1 | 77/100 | 3 days ago |
Diff against .github/instructions/_general.instructions.md Diff against .github/instructions/css.instructions.md Diff against .github/instructions/javascript.instructions.md Diff against .github/instructions/markdown.instructions.md Diff against .github/instructions/php.instructions.md Diff against AGENTS.md
Similar configs
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| chihebnabil/lovable-boilerplate.github/instructions/global.instructions.md · 63 | Copilot instructions | buildlint-formatstylearch+4 | 100/100 | 3 days ago | |
| HerringtonDarkholme/megarepo.github/copilot-instructions.md · 17 | Copilot instructions | setupbuildtestlint-format+7 | 100/100 | 3 days ago | |
| louislam/uptime-kuma.github/copilot-instructions.md · 90k | Copilot instructions | setupbuildtestlint-format+9 | 100/100 | 3 days ago | |
| JCodesMore/ai-website-cloner-template.github/copilot-instructions.md · 31k | Copilot instructions | buildlint-formatstylearch+3 | 97/100 | 2 days ago | |
| bagisto/bagisto.github/copilot-instructions.md · 28k | Copilot instructions | setupbuildteststyle+5 | 97/100 | 3 days ago | |
| nerolis-lab/nerolis-lab.github/copilot-instructions.md · 32 | Copilot instructions | setupbuildtestlint-format+11 | 96/100 | 3 days ago | |
| thangaram611/second-brain.github/copilot-instructions.md · 0 | Copilot instructions | setupteststylearch+4 | 96/100 | 3 days ago | |
| darkmatter/nixmac.github/copilot-instructions.md · 24 | Copilot instructions | setupbuildtestlint-format+8 | 96/100 | 3 days ago |
