Skip to content

Commit 4603f52

Browse files
authored
Merge pull request #11 from basketshoe/it-translation
Add IT translation
2 parents 8369fde + cd5dad5 commit 4603f52

34 files changed

Lines changed: 1458 additions & 7 deletions

docs/development/i18n.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_position: 3
55

66
# Documentation i18n Workflow
77

8-
LiveContainer’s docs ship in English and Simplified Chinese. This guide explains how to keep the translations in sync whenever you edit Markdown pages or UI strings.
8+
LiveContainer’s docs ship in English, Simplified Chinese and Italian. This guide explains how to keep the translations in sync whenever you edit Markdown pages or UI strings.
99

1010
## 1. Generate translation sources
1111

docs/faq/container-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Long press app -> Settings -> (container name) -> Container Preferences
3333

3434
## 5.6. "Safari cannot open this page because the address is invalid" when signing in through Safari
3535

36-
Please refer to this issue: #242.
36+
Please refer to this issue: [#242](https://github.com/LiveContainer/LiveContainer/issues/242).
3737

3838
## 5.7. How can I use widgets/plugins etc.?
3939

docs/faq/jit-less-diagnose-page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ This item should exist and its content should look like `group.com.rileytestut.A
6464

6565
It is reported that if LiveContainer's entitlement is incorrect, you can't activate/deactivate apps in SideStore. **Please do not submit issues about incorrect entitlement as it is not a LiveContainer issue.**
6666

67-
## 6.2.Patch Detected
67+
## 6.2. Patch Detected
6868

6969
:::note
7070
Make sure App Group ID, App Group Accessible and Store are correct before proceeding.

docs/faq/other-questions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ Requests for features like home page customization, changing app names/icons, an
1212
The following features are likely to be added to LiveContainer.
1313
- Install app from URL & app install URL (eta 3.3.0)
1414
- 3+ containers for each app (eta when SideStore 0.6.0 release)
15-
- ADP certificate support (eat when I get an ADP certificate for free)
15+
- ADP certificate support (eta when I get an ADP certificate for free)
1616

docs/guides/multitask.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ This is caused some unknown trash from previous version of LiveContainer. Here's
3333
1. Install Filza inside LiveContainer
3434
2. Find Your App Container ID in App Setting
3535
3. Go to settings -> data management
36-
4. Click "Open in Filza" under "Copy App Group Cointainer Path"
36+
4. Click "Open in Filza" under "Copy App Group Container Path"
3737
5. Go to LiveContainer -> Data -> Application
3838
6. Delete the folder with the same name as your app container ID

docusaurus.config.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,16 @@ const config = {
5252
// to replace "en" with "zh-Hans".
5353
i18n: {
5454
defaultLocale: 'en',
55-
locales: ['en', 'zh-CN'],
55+
locales: ['en', 'it', 'zh-CN'],
5656
localeConfigs: {
5757
en: {
5858
label: 'English',
5959
direction: 'ltr',
6060
},
61+
'it': {
62+
label: 'Italiano',
63+
direction: 'ltr',
64+
},
6165
'zh-CN': {
6266
label: '简体中文',
6367
direction: 'ltr',
@@ -91,7 +95,7 @@ const config = {
9195
require.resolve('@easyops-cn/docusaurus-search-local'),
9296
{
9397
// 支持的语言(中文搜索效果更好)
94-
language: ['en', 'zh'],
98+
language: ['en', 'it','zh'],
9599
// 索引整个站点页面(不仅仅是 docs)
96100
indexPages: true,
97101
// 搜索框高亮

0 commit comments

Comments
 (0)