diff --git a/lib/src/translator/todo/check-dictionary.html b/lib/src/translator/todo/check-dictionary.html index 1643eea43..1bbe6dd35 100644 --- a/lib/src/translator/todo/check-dictionary.html +++ b/lib/src/translator/todo/check-dictionary.html @@ -49,7 +49,7 @@ Follow these steps for your language. For instance, ToCheckFre.gf, with Fre subs
- ---- checked by AR till once_Adv + ---- checked by AR till once_Adv in the BNC order
lin maintain_V2 = mkV2 (mkV I.entretenir_V2) | mkV2 (mkV I.maintenir_V2) ; -- tocheck
@@ -84,20 +83,20 @@ When editing a lin rule, do one of the following:
becomes
- lin maintain_V2 = mkV2 (mkV I.entretenir_V2) | mkV2 (mkV I.maintenir_V2) ; -- AR
+ lin maintain_V2 = mkV2 (mkV I.entretenir_V2) | mkV2 (mkV I.maintenir_V2) ;
- lin obviously_Adv = variants{} ;
+ lin obviously_Adv = variants{} ; --
becomes
- lin obviously_Adv = mkAdv "évidemment" ; -- AR + lin obviously_Adv = mkAdv "évidemment" ;
- lin labour_N = mkN "travail" "travaux" masculine ; --- mkN "accouchement" childbirth labour -- AR + lin labour_N = mkN "travail" "travaux" masculine ; --- mkN "accouchement" childbirth labourTo check the meanings of senses that have already been split (by using numbers, e.g.
time_1_N), look up the explanations in
@@ -125,7 +124,7 @@ When editing a lin rule, do one of the following:
might become
- lin back_Adv = mkAdv "en retour" ; ---- no exact translation in Fre -- AR + lin back_Adv = mkAdv "en retour" ; ---- no exact translation in Fre