Commit Graph

1491 Commits

Author SHA1 Message Date
Quentin PAGÈS 7e23688625 Translated using Weblate (Occitan)
Currently translated at 80.5% (95 of 118 strings)

Translation: Mobilizon/Backend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/backend/oc/
2020-05-21 22:24:33 +02:00
Thomas Citharel 2255ea4010 Merge branch 'weblate-mobilizon-frontend' into 'master'
Translations update from Weblate

See merge request framasoft/mobilizon!428
2020-05-05 22:47:36 +02:00
anubis 4bf507dfa5 Translated using Weblate (German)
Currently translated at 65.2% (77 of 118 strings)

Translation: Mobilizon/Backend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/backend/de/
2020-05-05 22:24:29 +02:00
anubis 695ead830b Translated using Weblate (German)
Currently translated at 90.8% (449 of 494 strings)

Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/de/
2020-05-05 22:24:29 +02:00
Thomas Citharel 40bbd2e060 Merge branch 'weblate-mobilizon-frontend' into 'master'
Translations update from Weblate

See merge request framasoft/mobilizon!427
2020-05-03 15:17:34 +02:00
Quentin PAGÈS 5a62d42257 Translated using Weblate (Occitan)
Currently translated at 100.0% (494 of 494 strings)

Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/oc/
2020-05-03 14:24:27 +02:00
Thomas Citharel e4f506d0a5 Merge branch 'fix-event-deletion' into 'master'
fix pattern validation in event deletion

See merge request framasoft/mobilizon!422
2020-04-22 09:06:11 +02:00
Thomas Citharel 4412b6ca61 Merge branch 'weblate-mobilizon-frontend' into 'master'
Translations update from Weblate

See merge request framasoft/mobilizon!425
2020-04-21 07:53:57 +02:00
framail 827c06f7b6 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (118 of 118 strings)

Translation: Mobilizon/Backend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/backend/pt_BR/
2020-04-21 06:08:57 +02:00
Thomas Citharel ead04a39d8 Merge branch 'weblate-mobilizon-frontend' into 'master'
Translations update from Weblate

See merge request framasoft/mobilizon!424
2020-04-19 14:20:06 +02:00
framail 79327cb454 Translated using Weblate (Portuguese (Brazil))
Currently translated at 91.5% (108 of 118 strings)

Translation: Mobilizon/Backend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/backend/pt_BR/
2020-04-19 14:08:51 +02:00
Thomas Citharel e2da3ac13c Merge branch 'fix-datetime-comparison' into 'master'
Fix DateTime comparison

See merge request framasoft/mobilizon!423
2020-04-14 18:06:05 +02:00
Thomas Citharel fa19270232
Fix DateTime comparison
!420 used Date.compare/2 instead of DateTime.compare/2

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-04-14 17:50:17 +02:00
setop 2b0716397c fix pattern validation in event deletion 2020-04-12 17:42:30 +02:00
Thomas Citharel 19a065ca13 Merge branch 'weblate-mobilizon-frontend' into 'master'
Translations update from Weblate

See merge request framasoft/mobilizon!421
2020-04-06 11:21:48 +02:00
Marcin Mikołajczak fb25fd6de7 Translated using Weblate (Polish)
Currently translated at 100.0% (21 of 21 strings)

Translation: Mobilizon/Backend errors
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/backend-errors/pl/
2020-04-06 11:08:47 +02:00
Marcin Mikołajczak 3a43825ffd Translated using Weblate (Polish)
Currently translated at 61.0% (72 of 118 strings)

Translation: Mobilizon/Backend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/backend/pl/
2020-04-06 11:08:46 +02:00
Marcin Mikołajczak 0451d04dbb Translated using Weblate (Polish)
Currently translated at 60.1% (297 of 494 strings)

Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/pl/
2020-04-06 11:08:45 +02:00
Quentin PAGÈS e1862a1823 Translated using Weblate (Occitan)
Currently translated at 99.5% (492 of 494 strings)

Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/oc/
2020-04-06 11:08:44 +02:00
Thomas Citharel e6db36fb0d Merge branch 'weblate-mobilizon-frontend' into 'master'
Translations update from Weblate

See merge request framasoft/mobilizon!419
2020-04-04 13:18:55 +02:00
Marcin Mikołajczak 071807ee6b Translated using Weblate (Polish)
Currently translated at 42.8% (9 of 21 strings)

Translation: Mobilizon/Backend errors
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/backend-errors/pl/
2020-04-04 13:02:22 +02:00
Thomas Citharel f0d9f236ca Merge branch 'fix-compare-begin-end-dates' into 'master'
fix compare begin and end dates

See merge request framasoft/mobilizon!420
2020-04-04 13:02:16 +02:00
setop 01bdd7b344 fix compare begin and end dates
this bug prevent from creating an event with the day of month of the begin date greater than the day of month of the end date, event if end date is effectively greater than begin date.

for example, if the begin date is '2020-04-28' and end date is '2020-05-13', these dates are valid but because 28 > 13, the validation fails.

this is better explained in this article ["Never compare dates in Elixir using < or >"](https://blog.leif.io/never-use-to-compare-dates/).

using Date.compare, as proposed in this PR fix the issue.
2020-04-03 23:37:56 +02:00
Thomas Citharel 4630491fa4 Merge branch 'weblate-mobilizon-frontend' into 'master'
Translations update from Weblate

See merge request framasoft/mobilizon!418
2020-03-23 16:23:49 +01:00
Francesc cafb31d472 Translated using Weblate (Catalan)
Currently translated at 88.6% (438 of 494 strings)

Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/ca/
2020-03-23 16:08:40 +01:00
Thomas Citharel a1f24b7ce0 Merge branch 'weblate-mobilizon-frontend' into 'master'
Translations update from Weblate

See merge request framasoft/mobilizon!417
2020-03-21 18:50:08 +01:00
Francesc 6e383caaa5 Translated using Weblate (Catalan)
Currently translated at 82.3% (407 of 494 strings)

Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/ca/
2020-03-21 18:08:39 +01:00
Thomas Citharel 502bc3f6bd Merge branch 'weblate-mobilizon-frontend' into 'master'
Translations update from Weblate

See merge request framasoft/mobilizon!416
2020-03-14 23:44:39 +01:00
Taru Luojola a2379520a3 Translated using Weblate (Finnish)
Currently translated at 100.0% (21 of 21 strings)

Translation: Mobilizon/Backend errors
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/backend-errors/fi/
2020-03-14 21:08:39 +01:00
Taru Luojola f6dfe6d4a5 Translated using Weblate (Finnish)
Currently translated at 100.0% (494 of 494 strings)

Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/fi/
2020-03-14 21:08:38 +01:00
Taru Luojola 317d7bb568 Translated using Weblate (Finnish)
Currently translated at 100.0% (118 of 118 strings)

Translation: Mobilizon/Backend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/backend/fi/
2020-03-14 21:08:37 +01:00
Quentin PAGÈS 79571d1f88 Translated using Weblate (Occitan)
Currently translated at 98.9% (489 of 494 strings)

Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/oc/
2020-03-14 21:08:36 +01:00
Berto Te 3d6dd560f2 Translated using Weblate (Spanish)
Currently translated at 100.0% (494 of 494 strings)

Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/es/
2020-03-14 21:08:36 +01:00
Thomas Citharel 4e805561f9 Merge branch 'feature/setting-menu' into 'master'
Add a proper setting menu

See merge request framasoft/mobilizon!415
2020-03-12 15:00:56 +01:00
Thomas Citharel 299b686612
Add a proper setting menu
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-03-12 14:29:21 +01:00
Thomas Citharel 379a6ea641 Merge branch 'weblate-mobilizon-frontend' into 'master'
Translations update from Weblate

See merge request framasoft/mobilizon!414
2020-03-10 07:57:49 +01:00
harry cb3fa7993f Translated using Weblate (Catalan)
Currently translated at 80.6% (387 of 480 strings)

Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/ca/
2020-03-09 20:08:33 +01:00
Thomas Citharel 322e953547 Merge branch 'weblate-mobilizon-frontend' into 'master'
Translations update from Weblate

See merge request framasoft/mobilizon!413
2020-03-08 15:09:56 +01:00
Quentin PAGÈS d2d7b3c85d Translated using Weblate (Occitan)
Currently translated at 98.9% (475 of 480 strings)

Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/oc/
2020-03-08 07:08:35 +01:00
Berto Te e1068ff783 Translated using Weblate (Spanish)
Currently translated at 100.0% (480 of 480 strings)

Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/es/
2020-03-08 07:08:34 +01:00
Thomas Citharel fb6add8563 Merge branch 'add-message-for-participation' into 'master'
Add ability to add message for participation and improve participation management interface

See merge request framasoft/mobilizon!412
2020-03-06 09:09:27 +01:00
Thomas Citharel c732ec7f87
Add ability to add message for participation and improve participation
management interface

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-03-06 09:00:48 +01:00
Thomas Citharel e566367d59 Merge branch 'weblate-mobilizon-frontend' into 'master'
Translations update from Weblate

See merge request framasoft/mobilizon!411
2020-03-05 08:37:11 +01:00
Alberto Teira 78f758d786 Translated using Weblate (Spanish)
Currently translated at 100.0% (21 of 21 strings)

Translation: Mobilizon/Backend errors
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/backend-errors/es/
2020-03-05 08:08:33 +01:00
Kate f268dc0e06 Translated using Weblate (German)
Currently translated at 87.4% (410 of 469 strings)

Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/de/
2020-03-05 08:08:32 +01:00
Thomas Citharel 130a3cf23f Merge branch 'weblate-mobilizon-frontend' into 'master'
Translations update from Weblate

See merge request framasoft/mobilizon!409
2020-02-29 17:35:48 +01:00
Kate 2675ae6908 Translated using Weblate (German)
Currently translated at 83.7% (393 of 469 strings)

Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/de/
2020-02-29 16:08:30 +01:00
Thomas Citharel bbf8e43092 Merge branch 'weblate-mobilizon-frontend' into 'master'
Translations update from Weblate

See merge request framasoft/mobilizon!408
2020-02-27 22:35:17 +01:00
Alberto Teira f15beb1dde Translated using Weblate (Spanish)
Currently translated at 100.0% (469 of 469 strings)

Translation: Mobilizon/Frontend
Translate-URL: https://weblate.framasoft.org/projects/mobilizon/frontend/es/
2020-02-27 20:08:30 +01:00
Thomas Citharel 5aa27e26e3 Merge branch 'weblate-mobilizon-frontend' into 'master'
Translations update from Weblate

See merge request framasoft/mobilizon!407
2020-02-26 16:26:22 +01:00