-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Election export and import as a draft from a json file #79
base: master
Are you sure you want to change the base?
Conversation
Thank you for your efforts.
|
1aafe98
to
4c3672d
Compare
f77bdcf
to
d75fe13
Compare
@@ -19,6 +19,7 @@ | |||
(* <http://www.gnu.org/licenses/>. *) | |||
(**************************************************************************) | |||
|
|||
open Js_of_ocaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It may be unfortunate to include this here but allows to declare read_full
below.
This PR is ready. |
d75fe13
to
6e96fd6
Compare
A first global comment: we use |
Ok! How i18n works ? It seems that Belenios uses Weblate to manage translations. |
This PR address issue #65.
It adds a new tab to export an election (or a draft) as json.
The election will be transformed to the draft format.
The file containing the election as json can then be imported to create a new draft with all the necessary informations.