Skip to content

Commit fae6b8c

Browse files
committed
Merge branch '4.1' into 'main'
2 parents e584b6d + b0d8f9a commit fae6b8c

File tree

13 files changed

+8905
-2400
lines changed

13 files changed

+8905
-2400
lines changed

CHANGELOG.md

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -37,36 +37,8 @@ This is a log of major user-visible changes in each phpMyFAQ release.
3737
- added experimental support for PHP 8.6 (Thorsten)
3838
- improved online update feature (Thorsten)
3939
- improved experimental plugin manager (Thorsten)
40-
- updated Spanish translation
41-
- updated Polish translation
42-
- updated French translation
4340
- updated Japanese translation (Kamo Tomoyuki)
44-
- updated Portuguese and Brazilian Portuguese translation
45-
- updated Turkish translation
46-
- updated Dutch translation
47-
- updated Norwegian (Bokmål) translation
48-
- updated Italian translation
49-
- updated Finnish translation
50-
- updated Chinese (Simplified) and Chinese (Traditional) translations
51-
- updated Hungarian translation
52-
- updated Mongolian translation
53-
- updated Arabic translation
54-
- updated Basque translation
55-
- updated Bengali translation
56-
- updated Bosnian translation
57-
- updated Ukrainian translation
58-
- updated Czech translation
59-
- updated Welsh translation
60-
- updated Danish translation
61-
- updated Greek translation
62-
- updated Farsi translation
63-
- updated Canadian French translation
64-
- updated Hebrew translation
65-
- updated Swedish translation
66-
- updated Indonesian translation
67-
- updated Korean translation
68-
- updated Lithuanian translation
69-
- updated Latvian translation
41+
- updated all translations with Claude Code (Thorsten)
7042
- updated to PHPUnit v12 (Thorsten)
7143
- migrated codebase to use PHP 8.3 language features (Thorsten)
7244
- migrated from WYSIWYG editor from TinyMCE to Jodit Editor (Thorsten)

phpmyfaq/show.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
use phpMyFAQ\Translation;
2424
use phpMyFAQ\Twig\TwigWrapper;
2525
use Symfony\Component\HttpFoundation\Request;
26-
use Symfony\Component\HttpFoundation\Response;
2726

2827
if (!defined('IS_VALID_PHPMYFAQ')) {
2928
http_response_code(400);

phpmyfaq/src/phpMyFAQ/Helper/CategoryHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ public function buildAvailableCategoryTranslationsList(array $availableCategoryT
198198
$link->setTitle(Strings::htmlentities($category));
199199
$link->text = Strings::htmlentities($category);
200200
$name = $link->toHtmlAnchor();
201-
$html .= sprintf('<li><strong>%s</strong>: %s</li>', $language, $name);
201+
$html .= sprintf('<li><strong>%s</strong>: %s</li>', LanguageCodes::get($language), $name);
202202
}
203203

204204
return $html;

phpmyfaq/translations/language_hi.php

Lines changed: 758 additions & 20 deletions
Large diffs are not rendered by default.

phpmyfaq/translations/language_ms.php

Lines changed: 1439 additions & 658 deletions
Large diffs are not rendered by default.

phpmyfaq/translations/language_ro.php

Lines changed: 1504 additions & 735 deletions
Large diffs are not rendered by default.

phpmyfaq/translations/language_ru.php

Lines changed: 1451 additions & 811 deletions
Large diffs are not rendered by default.

phpmyfaq/translations/language_sk.php

Lines changed: 602 additions & 15 deletions
Large diffs are not rendered by default.

phpmyfaq/translations/language_sl.php

Lines changed: 1029 additions & 59 deletions
Large diffs are not rendered by default.

phpmyfaq/translations/language_sr.php

Lines changed: 758 additions & 22 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)