Skip to content

Commit 71720af

Browse files
authored
Translations: Clean up version from PR #2336 (#2448)
## Motivation for the change, related issues Related to #2336, this PR is a simplified version of Tagalog translation, particular on Documentation section. The rest of the Tagalog translations will be broken down on few pages per PR so that it can be easily review. <img width="2167" height="1162" alt="2025-08-01_09-47" src="https://github.com/user-attachments/assets/c34b6a41-c852-4250-a4d9-7b1fd07d7075" /> The translations in this PR has been reviewed and approved by secondary Tagalog speaker as per #2336 (comment), which makes this PR a ready for merging.
1 parent 9124e27 commit 71720af

39 files changed

+4688
-14846
lines changed

packages/docs/site/docusaurus.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const config = {
3333
i18n: {
3434
defaultLocale: 'en',
3535
path: 'i18n',
36-
locales: ['en', 'es', 'fr', 'ja', 'pt-br'],
36+
locales: ['en', 'es', 'fr', 'ja', 'pt-br', 'tl'],
3737
localeConfigs: {
3838
en: {
3939
label: 'English',
@@ -55,6 +55,10 @@ const config = {
5555
label: 'Português (BR)',
5656
path: 'pt-BR',
5757
},
58+
tl: {
59+
label: 'Tagalog',
60+
path: 'tl',
61+
},
5862
},
5963
},
6064
themes: ['@docusaurus/theme-live-codeblock'],

0 commit comments

Comments
 (0)