summaryrefslogtreecommitdiffhomepage
path: root/android/translations-converter/src/gettext/parser.rs
AgeCommit message (Expand)AuthorFilesLines
2024-02-27Replace err_derive with thiserrorJoakim Hulthe1-13/+7
2023-08-03Migrate translation-converter to err_deriveLinus Färnstrand1-14/+19
2023-01-30Run `cargo clippy --fix` with the new Rust 1.67 preferred formatLinus Färnstrand1-7/+7
2022-12-21Fix rust formattingAlbin1-2/+1
2022-12-21Apply more clippy fixes.Emīls1-3/+1
2021-05-28Fix handling of multi-line messagesJanito Vaqueiro Ferreira Filho1-15/+162
2021-05-28Refactor parser into a clearer state machineJanito Vaqueiro Ferreira Filho1-73/+322
2021-05-28Return errors from parser methodsJanito Vaqueiro Ferreira Filho1-20/+44
2021-05-28Move `Parser` into a separate moduleJanito Vaqueiro Ferreira Filho1-0/+138