diff options
| author | 2023-01-09 12:59:30 +0100 | |
|---|---|---|
| committer | 2023-01-09 12:59:30 +0100 | |
| commit | 1d9d4e3e3c8dd020ab4d333436264eaa3ef201cd (patch) | |
| tree | 6f839261a75d5ce7cfc42b3f43673dc250a26ad1 /docs/en/internationalization.md | |
| parent | 3fb8ab8eb5c88042320bbe006825b21f5a8f21de (diff) | |
Update dev dependencies (#4993)
Related to https://github.com/FreshRSS/FreshRSS/pull/4991
Required a few changes in code to pass the tests
Diffstat (limited to 'docs/en/internationalization.md')
| -rw-r--r-- | docs/en/internationalization.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/internationalization.md b/docs/en/internationalization.md index 3feb4f57c..741a642c7 100644 --- a/docs/en/internationalization.md +++ b/docs/en/internationalization.md @@ -86,7 +86,7 @@ This command adds an IGNORE comment on the translation so the key can be conside ## Add/remove/update a key -If you’re developping a new part of the application, you might want to declare a new translation key. Your first impulse would be to add the key to each file manually: don’t do that, it’s very painful. We provide another command: +If you’re developing a new part of the application, you might want to declare a new translation key. Your first impulse would be to add the key to each file manually: don’t do that, it’s very painful. We provide another command: ```sh make i18n-add-key key=the.key.to.add value='Your string in English' |
