Bug 402747 - Incorrect quiz entry
Summary: Incorrect quiz entry
Status: RESOLVED FIXED
Alias: None
Product: i18n
Classification: Translations
Component: fr (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: KDE Francophone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-01 08:57 UTC by ita1024
Modified: 2019-01-21 07:28 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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