summaryrefslogtreecommitdiffhomepage
path: root/android/translations-converter/src/gettext/messages.rs
AgeCommit message (Expand)AuthorFilesLines
2025-07-10Run `cargo fmt`Sebastian Holmin1-1/+1
2025-04-04Add support for different orderings of arguments for translationsJonatan Rhodin1-6/+97
2024-02-27Replace err_derive with thiserrorJoakim Hulthe1-5/+5
2023-08-03Migrate translation-converter to err_deriveLinus Färnstrand1-6/+5
2021-05-28Return errors from parser methodsJanito Vaqueiro Ferreira Filho1-2/+6
2021-05-28Move `Parser` into a separate moduleJanito Vaqueiro Ferreira Filho1-109/+6
2021-05-28Add `Messages::add_plural` helper methodJanito Vaqueiro Ferreira Filho1-0/+10
2021-05-28Add `Messages::add` helper methodJanito Vaqueiro Ferreira Filho1-0/+10
2021-05-28Add `Messages::starting_with` constructorJanito Vaqueiro Ferreira Filho1-0/+15
2021-05-28Add `Messages::with_plural_formula` constructorJanito Vaqueiro Ferreira Filho1-0/+8
2021-05-28Return result from `gettext::Messages::from_file`Janito Vaqueiro Ferreira Filho1-8/+15
2021-05-28Move `Messages` and related types to new moduleJanito Vaqueiro Ferreira Filho1-0/+165