mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-05 23:21:47 +01:00
🌐 Add Arabic support for SiYuan (#13475)
* new file: app/appearance/langs/ar_SA.json * i18n: add arabic translation (66%) * i18n: add Arabic support
This commit is contained in:
parent
a8f088cb5e
commit
bc48afd1eb
5 changed files with 1588 additions and 2 deletions
1582
app/appearance/langs/ar_SA.json
Normal file
1582
app/appearance/langs/ar_SA.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -216,6 +216,7 @@
|
|||
<option value="he_IL">עברית</option>
|
||||
<option value="ru_RU">Русский</option>
|
||||
<option value="pl_PL">Polski</option>
|
||||
<option value="ar_SA">العربية</option>
|
||||
</select>
|
||||
</label>
|
||||
<label class="b3-label">
|
||||
|
|
@ -265,6 +266,7 @@
|
|||
<option value="he_IL">עברית</option>
|
||||
<option value="ru_RU">Русский</option>
|
||||
<option value="pl_PL">Polski</option>
|
||||
<option value="ar_SA">العربية</option>
|
||||
</select>
|
||||
</label>
|
||||
<label class="b3-label">
|
||||
|
|
|
|||
|
|
@ -204,6 +204,7 @@ export abstract class Constants {
|
|||
he_IL: "20210808180117-6v0mkxr",
|
||||
ru_RU: "20210808180117-6v0mkxr",
|
||||
pl_PL: "20210808180117-6v0mkxr",
|
||||
ar_SA: "20210808180117-6v0mkxr"
|
||||
};
|
||||
public static readonly QUICK_DECK_ID = "20230218211946-2kw8jgx";
|
||||
|
||||
|
|
|
|||
3
app/src/types/config.d.ts
vendored
3
app/src/types/config.d.ts
vendored
|
|
@ -279,7 +279,8 @@ declare namespace Config {
|
|||
| "de_DE"
|
||||
| "he_IL"
|
||||
| "ru_RU"
|
||||
| "pl_PL";
|
||||
| "pl_PL"
|
||||
| "ar_SA";
|
||||
|
||||
/**
|
||||
* SiYuan bazaar related configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue