aboutsummaryrefslogtreecommitdiff
path: root/docs/en
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2023-10-08 20:19:17 +0200
committerGravatar GitHub <noreply@github.com> 2023-10-08 20:19:17 +0200
commit13a1c412dfb1878329b62d7c1adb4421d67c279b (patch)
treeacb8a64ec4917f51ceba2ee469b18b06222694ed /docs/en
parent8d72465f28100c2895f121d78055a04cc55174f5 (diff)
Minor update dependencies (#5693)
* Minor update dependencies Follow-up of https://github.com/FreshRSS/FreshRSS/pull/5691 Mostly dev dependencies; nothing that affects our runtime * Update versions for GitHub Actions * Fix newly found typos * Fix exclude path
Diffstat (limited to 'docs/en')
-rw-r--r--docs/en/internationalization.md2
-rw-r--r--docs/en/users/05_Configuration.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/en/internationalization.md b/docs/en/internationalization.md
index 1e09acff7..a2accd2d7 100644
--- a/docs/en/internationalization.md
+++ b/docs/en/internationalization.md
@@ -75,7 +75,7 @@ git grep TODO app/i18n/he
## Acknowledge a false-positive
-Our tool detects if a string needs to be translated if it equals to the English version. For instance, the word “version” is the same in English and French. Thus, our tool would mark the French word to be translated. This is, in fact, the case for the `index.about.version` key. This case is considered as a false-positive because the word _is_ actually translated. To aknowledge such translations, you can run:
+Our tool detects if a string needs to be translated if it equals to the English version. For instance, the word “version” is the same in English and French. Thus, our tool would mark the French word to be translated. This is, in fact, the case for the `index.about.version` key. This case is considered as a false-positive because the word _is_ actually translated. To acknowledge such translations, you can run:
```sh
make i18n-ignore-key lang=fr key=index.about.version
diff --git a/docs/en/users/05_Configuration.md b/docs/en/users/05_Configuration.md
index 18514501f..ee8b8ec7f 100644
--- a/docs/en/users/05_Configuration.md
+++ b/docs/en/users/05_Configuration.md
@@ -24,7 +24,7 @@ Available languages are:
| Hungarian | Magyar | hu |
| Indonesian | Bahasa Indonesia | id |
| Italian | Italiano | it |
-| Japanease | 日本語 | ja |
+| Japanese | 日本語 | ja |
| Korean | 한국어 | ko |
| Latvian | Latviešu | lv |
| Dutch | Nederlands | nl |