diff options
| author | 2023-10-08 20:19:17 +0200 | |
|---|---|---|
| committer | 2023-10-08 20:19:17 +0200 | |
| commit | 13a1c412dfb1878329b62d7c1adb4421d67c279b (patch) | |
| tree | acb8a64ec4917f51ceba2ee469b18b06222694ed /docs | |
| parent | 8d72465f28100c2895f121d78055a04cc55174f5 (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')
| -rw-r--r-- | docs/en/internationalization.md | 2 | ||||
| -rw-r--r-- | docs/en/users/05_Configuration.md | 2 | ||||
| -rw-r--r-- | docs/i18n/freshrss.fr.po | 4 | ||||
| -rw-r--r-- | docs/i18n/templates/freshrss.pot | 4 |
4 files changed, 6 insertions, 6 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 | diff --git a/docs/i18n/freshrss.fr.po b/docs/i18n/freshrss.fr.po index 719527dc4..6ce77f991 100644 --- a/docs/i18n/freshrss.fr.po +++ b/docs/i18n/freshrss.fr.po @@ -5841,7 +5841,7 @@ msgid "" "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 " +"as a false-positive because the word _is_ actually translated. To acknowledge " "such translations, you can run:" msgstr "" @@ -6845,7 +6845,7 @@ msgid "" "| Hebrew | עברית | he |\n" "| Indonesian | Bahasa Indonesia | id |\n" "| Italian | Italiano | it |\n" -"| Japanease | 日本語 | ja |\n" +"| Japanese | 日本語 | ja |\n" "| Korean | 한국어 | ko |\n" "| Latvian | Latviešu | lv |\n" "| Dutch | Nederlands | nl |\n" diff --git a/docs/i18n/templates/freshrss.pot b/docs/i18n/templates/freshrss.pot index 16bc2bfa7..4a3be28bf 100644 --- a/docs/i18n/templates/freshrss.pot +++ b/docs/i18n/templates/freshrss.pot @@ -5399,7 +5399,7 @@ msgid "" "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 " +"as a false-positive because the word _is_ actually translated. To acknowledge " "such translations, you can run:" msgstr "" @@ -6356,7 +6356,7 @@ msgid "" "|\n" "| Italian | Italiano | it " "|\n" -"| Japanease | 日本語 | ja " +"| Japanese | 日本語 | ja " "|\n" "| Korean | 한국어 | ko " "|\n" |
