Bug 402747

Summary: Incorrect quiz entry
Product: [Translations] i18n Reporter: ita1024 <tnagy1024>
Component: frAssignee: KDE Francophone <kde-francophone>
Status: RESOLVED FIXED    
Severity: normal CC: annma, sdepiets
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

Description ita1024 2019-01-01 08:57:02 UTC
This looks like a mistake:

kwordquiz$ git diff
diff --git a/src/examples/french_verbs.kvtml b/src/examples/french_verbs.kvtml
index 63613b3..e0df390 100644
--- a/src/examples/french_verbs.kvtml
+++ b/src/examples/french_verbs.kvtml
@@ -90,7 +90,7 @@
     </entry>
     <entry id="9" >
       <translation id="0" >
-        <text>je étais</text>
+        <text>j'étais</text>
       </translation>
       <translation id="1" >
         <text>I was</text>
Comment 1 Simon Depiets 2019-01-21 07:27:25 UTC
Git commit 930315bb6960df356b4ffa9694336af148f9196d by Simon Depiets.
Committed on 21/01/2019 at 07:26.
Pushed by sdepiets into branch 'master'.

Fix a typo in the French Verbs example

M  +1    -1    src/examples/french_verbs.kvtml

https://commits.kde.org/kwordquiz/930315bb6960df356b4ffa9694336af148f9196d
Comment 2 Simon Depiets 2019-01-21 07:28:22 UTC
Thanks for the report