|
@@ -63,17 +63,17 @@ runtime by the matching translated string. Note that the case is important,
|
|
The top-left cell is ignored and can be left empty or having any content.
|
|
The top-left cell is ignored and can be left empty or having any content.
|
|
Here's an example:
|
|
Here's an example:
|
|
|
|
|
|
-+-------+-----------------------+------------------------+--------------------------+
|
|
|
|
-| keys | en | es | ja |
|
|
|
|
-+=======+=======================+========================+==========================+
|
|
|
|
-| GREET | Hello, friend! | Hola, amigo! | こんにちは |
|
|
|
|
-+-------+-----------------------+------------------------+--------------------------+
|
|
|
|
-| ASK | How are you? | Cómo está? | 元気ですか |
|
|
|
|
-+-------+-----------------------+------------------------+--------------------------+
|
|
|
|
-| BYE | Goodbye | Adiós | さようなら |
|
|
|
|
-+-------+-----------------------+------------------------+--------------------------+
|
|
|
|
|
|
++-------+-----------------------+------------------------+------------------------------+
|
|
|
|
+| keys | en | es | ja |
|
|
|
|
++=======+=======================+========================+==============================+
|
|
|
|
+| GREET | Hello, friend! | Hola, amigo! | こんにちは |
|
|
|
|
++-------+-----------------------+------------------------+------------------------------+
|
|
|
|
+| ASK | How are you? | Cómo está? | 元気ですか |
|
|
|
|
++-------+-----------------------+------------------------+------------------------------+
|
|
|
|
+| BYE | Goodbye | Adiós | さようなら |
|
|
|
|
++-------+-----------------------+------------------------+------------------------------+
|
|
| QUOTE | "Hello" said the man. | "Hola" dijo el hombre. | 「こんにちは」男は言いました |
|
|
| QUOTE | "Hello" said the man. | "Hola" dijo el hombre. | 「こんにちは」男は言いました |
|
|
-+-------+-----------------------+------------------------+--------------------------+
|
|
|
|
|
|
++-------+-----------------------+------------------------+------------------------------+
|
|
|
|
|
|
The same example is shown below as a comma-separated plain text file,
|
|
The same example is shown below as a comma-separated plain text file,
|
|
which should be the result of editing the above in a spreadsheet.
|
|
which should be the result of editing the above in a spreadsheet.
|