-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
284 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"$schema": "https://raw.githubusercontent.com/lit/lit/main/packages/localize-tools/config.schema.json", | ||
"sourceLocale": "en", | ||
"targetLocales": ["ar"], | ||
"inputFiles": [ | ||
"src/**/*.js" | ||
], | ||
"output": { | ||
"mode": "runtime", | ||
"outputDir": "./src/generated/locales" | ||
}, | ||
"interchange": { | ||
"format": "xliff", | ||
"xliffDir": "./xliff/" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2"> | ||
<file target-language="ar" source-language="en" original="lit-localize-inputs" datatype="plaintext"> | ||
<body> | ||
<trans-unit id="s65aa9c025267e5cd"> | ||
<source>Select your Android x86 Installation media or .ISO file to continue</source> | ||
</trans-unit> | ||
<trans-unit id="sae1c7f13b7c0c47f"> | ||
<source>Start</source> | ||
</trans-unit> | ||
<trans-unit id="s78e51a17af6607c3"> | ||
<source>Create /data directory</source> | ||
</trans-unit> | ||
<trans-unit id="s877c918c3f399cba"> | ||
<source>Create data.img</source> | ||
</trans-unit> | ||
<trans-unit id="s26bf81a54b3c98fd"> | ||
<source>Install for QEMU</source> | ||
</trans-unit> | ||
<trans-unit id="sc16e00a7a8b2fde2"> | ||
<source>Back</source> | ||
</trans-unit> | ||
<trans-unit id="sff3418011f0f7a2f"> | ||
<source>Extracting ISO</source> | ||
</trans-unit> | ||
<trans-unit id="s4396b8c2cb0d7d78"> | ||
<source>Open /etc/grub.d/40_custom or /boot/grub/grub.cfg in a text editor</source> | ||
</trans-unit> | ||
<trans-unit id="sc27dc998602cdc61"> | ||
<source>Example:</source> | ||
</trans-unit> | ||
<trans-unit id="sb746ace08dc971f5"> | ||
<source>Create a new grub entry with the following code: </source> | ||
</trans-unit> | ||
<trans-unit id="sbc8741ff143d32f6"> | ||
<source> After editing /etc/grub.d/40_custom, re-generate grub config with command:</source> | ||
</trans-unit> | ||
<trans-unit id="s701c80c5e6ceabf2"> | ||
<source>The exact command to use may vary depending on your distro.</source> | ||
</trans-unit> | ||
<trans-unit id="s0379fc73608ab971"> | ||
<source>Done</source> | ||
</trans-unit> | ||
</body> | ||
</file> | ||
</xliff> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters