Changes between Version 4 and Version 5 of i18n/tok/StyleGuide


Ignore:
Timestamp:
Nov 24, 2021, 8:51:52 PM (3 years ago)
Author:
LianBg
Comment:

Added #3: Canonical Language

Legend:

Unmodified
Added
Removed
Modified
  • i18n/tok/StyleGuide

    v4 v5  
    12121. We **DO** use lower case in all cases except for proper nouns and loan words. Yes, even at the beginning of phrases.
    13132. We do **NOT** tokiponize app names, loan words or proper nouns/monikers in general. Names of countries and languages use the Toki Pona version though (e.g. toki Tosi = German). This includes very tech-specific terms like file formats (sitelen Bitmap) or units (nanpa Byte).
    14 4. We **DO** use words from the Official Toki Pona Dictionary (''ku'') whereever applicable.
    15 5. Multiple variations for the same lexicon entry are **fine to use** interchangeably based on sentence flow or string length limitations (e.g. sin/namako, lukin/oko)
     143. Multiple variations for the same lexicon entry are **fine to use** interchangeably based on sentence flow or string length limitations (e.g. sin/namako, lukin/oko)
    1615
    17 == 3. Grammar Conventions ==
     16== 3. Canonical Language ==
     17For the purpose of this translation, the following sources make up the entire canonical Toki Pona language:
     181. Toki Pona - Language of Good by Sonja Lang (the original book, pu)
     192. The Official Toki Pona Dictionary by Sonja Lang (the dictionary, ku)
     203. As a writing system, linja pona by janSame (https://github.com/janSame/linja-pona/)
     21
     22Nothing else is canonical.
     23
     24Toki Ma is explicitly **not** part of the Toki Pona canon, and neither are "nimisin"/words not found in pu or ku.
     25
     26== 4. Grammar Conventions ==
    18271. Progressive: li <verb>\\// Example: "searching..." > "li alasa..."
    19282. Lonely transitive verbs: <verb> e\\// Example: "contains" > "jo e"
    20293. Imperatives/Choices: o <word>\\// Example: "Continue" > "o pali" or "Delete" > "o weka"    >> This only applies when the action results in direct action, like in "Delete". Otherwise, like in "OK", just write the word.
    2130
    22 == 4. Numbers, dates, times ==
     31== 5. Numbers, dates, times ==
    23321. In general, we use numerics, not the cumbersome counting system (luka luka luka luka luka... no.). So, "3 files in this directory" gets translated as "lipu 3 lon poki ni"
    24332. The date format is as follows: "t.sk. !#2020; t.s. !#22; t.m. !#3" (or long: "tenpo suno !#22 pi tenpo mun !#3 pi tenpo sike !#2020"), representing the 22nd of March, 2020. If that's too long for a string, go ahead and use standard YYYY/MM/DD formats.
    25343. The time format is similar: "tenpo 8 pini" = 8 minutes; "tenpo 11:52" = 11:52 AM (we use a 24 hour clock, so tenpo 22:52 = 10:52pm)
    2635
    27 == 5. Terminology ==
    28 You can find a list of established terminology at https://dev.haiku-os.org/wiki/i18n/tok/Terminology . Please always refer to that wiki page before translating something non-trivial. It helps using CTRL+F.
     36== 6. Terminology ==
     37You can find a list of established terminology at https://dev.haiku-os.org/wiki/i18n/tok/Terminology. Please always refer to that wiki page before translating something non-trivial. It helps using CTRL+F.