Commit Graph

11 Commits

Author SHA1 Message Date
Filip Krawczyk cda72a1174 CR Small Changes
* regex fix http?s -> https?
* file rename: formatter.dart -> markdown_formatter.dart to match the class name inside
* add + as continuoable list
* rename: listContinuation          -> unorderedListContinuation
           numberedListContinuation -> orderedListContinuation
* fix typo: convenience
* fix: doc instead of comment
* rename for readability: startingIndex -> from
* function & arg rename: lineBefore(int endingIndex) -> lineUpTo(int characterIndex)
* parse -> tryParse
* localize user picker & commmunity picker
* HookWidget -> StatelessWidget where needed
* Toolbar -> EditorToolbar for less ambiguity
* fix typo: surroungs -> surrounds
* remove debug logA
* more localization stuff
* title -> label on add link dialog
* Reformat -> _Reformat
* use store when in scope instead of context.read
* remove useless Stack (oops)
2022-08-23 00:34:10 +02:00
Filip Krawczyk 43fb2a8ceb add placeholder text to l10n 2022-08-21 23:49:03 +02:00
Filip Krawczyk cd1f7a3be3 add tooltips 2022-08-21 22:57:56 +02:00
shilangyu 6a814ab128 Add searching to CreatePostStore 2022-01-20 11:55:23 +01:00
shilangyu 7a13a94e51 Initial refactor 2022-01-20 11:55:22 +01:00
Marcin Wojnarowski 88608ea9e1
Migrate instance page to mobx + l10 strings (#316) 2022-01-20 11:50:24 +01:00
github-actions[bot] 52bd797eb8
Weblate update (#319)
* Translated using Weblate (Polish)

Currently translated at 96.2% (128 of 133 strings)

Translation: Lemmur/lemmur
Translate-URL: http://weblate.yerbamate.ml/projects/lemmur/lemmur/pl/

* Translated using Weblate (Japanese)

Currently translated at 100.0% (133 of 133 strings)

Translation: Lemmur/lemmur
Translate-URL: http://weblate.yerbamate.ml/projects/lemmur/lemmur/ja/

* Translated using Weblate (Polish)

Currently translated at 96.9% (129 of 133 strings)

Translation: Lemmur/lemmur
Translate-URL: http://weblate.yerbamate.ml/projects/lemmur/lemmur/pl/

* Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (133 of 133 strings)

Translation: Lemmur/lemmur
Translate-URL: http://weblate.yerbamate.ml/projects/lemmur/lemmur/pt_BR/

Co-authored-by: shilangyu <xmarcinmarcin@gmail.com>
Co-authored-by: DignifiedSilence <5Dd12Ck@protonmail.com>
Co-authored-by: uma chinchila com um teclado <28pbznk6uk@protonmail.com>
2022-01-16 11:12:30 +01:00
Marcin Wojnarowski 8712691926
Upgrade to flutter 2.8.1 (#308) 2022-01-06 16:05:46 +01:00
Marcin Wojnarowski 6bb5ca4473
Change repo links (#306) 2022-01-06 15:28:42 +01:00
Marcin Wojnarowski 77ca7dc067
Delete intl_nb.arb 2021-12-05 18:04:23 +01:00
Marcin Wojnarowski 1e6e8a7774
L10n/timeago (#298)
* Change arb dir

* Localize timeago

* Document changes

* Add missing language names

* Fix language tags

* Fix translations
2021-11-16 17:06:07 +01:00