summaryrefslogtreecommitdiffhomepage
path: root/android/translations-converter/src/gettext
AgeCommit message (Expand)AuthorFilesLines
2025-07-10Run `cargo fmt`Sebastian Holmin2-2/+2
2025-04-04Add support for different orderings of arguments for translationsJonatan Rhodin2-7/+98
2024-04-03Enable single-use-lifetimes rustc lintLinus Färnstrand1-1/+1
2024-02-27Replace err_derive with thiserrorJoakim Hulthe3-20/+14
2024-02-08Fix `clippy` lint `ineffective_open_options`Markus Pettersson1-4/+1
2023-08-03Migrate translation-converter to err_deriveLinus Färnstrand3-24/+27
2023-05-23Make Android translations-converter compat with rust_2018_idiomsLinus Färnstrand1-1/+1
2023-01-30Run `cargo clippy --fix` with the new Rust 1.67 preferred formatLinus Färnstrand3-11/+11
2022-12-21Fix rust formattingAlbin1-2/+1
2022-12-21Apply more clippy fixes.Emīls1-3/+1
2022-06-13Perform a clippy --fixjonathan1-5/+5
2022-05-13Remove unused macro expressionsEmīls1-50/+0
2021-05-28Remove obsolete `parse_line` helper functionJanito Vaqueiro Ferreira Filho1-11/+0
2021-05-28Fix handling of multi-line messagesJanito Vaqueiro Ferreira Filho1-15/+162
2021-05-28Test `MsgString` concatenationJanito Vaqueiro Ferreira Filho1-0/+36
2021-05-28Implement `Add` for `MsgString`Janito Vaqueiro Ferreira Filho1-1/+21
2021-05-28Implement `AddAssign` for `MsgString`Janito Vaqueiro Ferreira Filho1-1/+16
2021-05-28Refactor parser into a clearer state machineJanito Vaqueiro Ferreira Filho1-73/+322
2021-05-28Return errors from parser methodsJanito Vaqueiro Ferreira Filho2-22/+50
2021-05-28Derive `Eq` and `PartialEq` for `MsgString`Janito Vaqueiro Ferreira Filho1-1/+1
2021-05-28Move `Parser` into a separate moduleJanito Vaqueiro Ferreira Filho3-109/+145
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-28Implement `FromStr` for `PluralForm`Janito Vaqueiro Ferreira Filho1-0/+19
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 Filho2-162/+173
2021-05-28Rename `Translations` into `Messages`Janito Vaqueiro Ferreira Filho1-3/+3
2021-05-28Refactor `match_str` to have extra featuresJanito Vaqueiro Ferreira Filho2-14/+209
2021-05-28Move `match_str!` macro to a separate moduleJanito Vaqueiro Ferreira Filho2-17/+18
2021-05-21Impl. more escape sequences in gettext messagesJanito Vaqueiro Ferreira Filho1-4/+22
2021-05-19Test creating an already escaped `MsgString`Janito Vaqueiro Ferreira Filho1-0/+9
2021-05-19Test `MsgString` escaping of double quotesJanito Vaqueiro Ferreira Filho1-0/+9
2021-05-19Test creating an empty `MsgString`Janito Vaqueiro Ferreira Filho1-0/+12
2021-05-19Rename `android::StringValue` constructorJanito Vaqueiro Ferreira Filho1-1/+1
2021-05-19Remove previous gettext string normalizationJanito Vaqueiro Ferreira Filho1-26/+4
2021-05-19Improve construction semantics for `MsgString`Janito Vaqueiro Ferreira Filho2-13/+22
2021-05-19Implement `Normalize` for `gettext::MsgString`Janito Vaqueiro Ferreira Filho1-2/+1
2021-05-19Move `PluralForm` into a new moduleJanito Vaqueiro Ferreira Filho2-34/+35
2021-05-19Move `MsgString` type into a separate moduleJanito Vaqueiro Ferreira Filho2-32/+38
2021-05-19Move `gettext` module into a new sub-directoryJanito Vaqueiro Ferreira Filho1-0/+314