I found some mistakes while I'm translating it into Japanese. (1) https://github.com/Gnucash/gnucash-docs/blob/8dbebd10b9aff8b776d894339b178c26390ec951/guide/C/ch_basics.xml#L296 In order for unification of terms, "income" should be used instead of "revenue". (2) https://github.com/Gnucash/gnucash-docs/blob/8dbebd10b9aff8b776d894339b178c26390ec951/guide/C/ch_oview.xml#L193 Because SPARC is a proper name, use "SPARC" instead of Sparc. (3) https://github.com/Gnucash/gnucash-docs/blob/8dbebd10b9aff8b776d894339b178c26390ec951/guide/C/ch_basics.xml#L485 "<guimenuitem>New</guimenuitem>" shuld be "<guimenuitem>New File</guimenuitem>" (4) https://github.com/Gnucash/gnucash-docs/blob/8dbebd10b9aff8b776d894339b178c26390ec951/guide/C/ch_basics.xml#L489 <guimenu>Action</guimenu>><guimenuitem>New Account Hierarchy...</guimenuitem>. shuld be <menuchoice> <guimenu>Action</guimenu><guimenuitem>New Account Hierarchy...</guimenuitem> </menuchoice>. (5) https://github.com/Gnucash/gnucash-docs/blob/8dbebd10b9aff8b776d894339b178c26390ec951/guide/C/ch_basics.xml#L506 <guimenu>File</guimenu>><guimenuitem>Properties</guimenuitem>. shuld be <menuchoice> <guimenu>File</guimenu><guimenuitem>Properties</guimenuitem> </menuchoice>.
(6) https://github.com/Gnucash/gnucash-docs/blob/8dbebd10b9aff8b776d894339b178c26390ec951/guide/C/ch_basics.xml#L503 "Appears" shuld be "appears" (7) https://github.com/Gnucash/gnucash-docs/blob/8dbebd10b9aff8b776d894339b178c26390ec951/guide/C/ch_basics.xml#L515 "foriegn" is a typo. It shuld be "foreign" (8) https://github.com/Gnucash/gnucash-docs/blob/8dbebd10b9aff8b776d894339b178c26390ec951/guide/C/ch_basics.xml#L568 <guilabel>Opening Balances</guilabel>can accept Insert a space between "</guilabel>" and "can". (9) https://github.com/Gnucash/gnucash-docs/blob/8dbebd10b9aff8b776d894339b178c26390ec951/guide/C/ch_basics.xml#L573 <guilabel>Opening Balance</guilabel>entry Insert a space between "</guilabel>" and "entry". (10) https://github.com/Gnucash/gnucash-docs/blob/8dbebd10b9aff8b776d894339b178c26390ec951/guide/C/ch_basics.xml#L595 "gnucash" shuld be "&app;"
(11) https://github.com/Gnucash/gnucash-docs/blob/8dbebd10b9aff8b776d894339b178c26390ec951/guide/C/ch_basics.xml#L597 "necesaary" shuld be "necessary" Thanks in advance, TANIGUCHI Yasuaki
Thanks for reporting, TANIGUCHI Yasuaki. Christian, perhaps also of interest for you as you are also translating. Do we have consensus on this points? If yes, who creates the PR?
(In reply to Frank H. Ellenberger from comment #3) > Thanks for reporting, TANIGUCHI Yasuaki. > > Christian, perhaps also of interest for you as you are also translating. > Do we have consensus on this points? > If yes, who creates the PR? Hi Frank, no, the errors mentioned all refer to the tutorial.
commit a485e66 BTW, you should rebase your work as there have several other changes in between.