| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2025-05-28 | Fix arg order lost when adding to messages.pot | Kalle Lindström | 1 | -72/+112 |
| 2025-04-04 | Add support for different orderings of arguments for translations | Jonatan Rhodin | 1 | -9/+7 |
| 2025-03-24 | Prevent duplicate string values in Android xml | David Göransson | 1 | -0/+28 |
| 2024-11-14 | Update android gui references | Oskar | 1 | -1/+1 |
| 2024-08-21 | Support generating relay locations | David Göransson | 1 | -5/+108 |
| 2024-01-04 | Add workspace level lints | Linus Färnstrand | 1 | -2/+0 |
| 2023-07-27 | Update translations coverter with new resource path | Albin | 1 | -1/+1 |
| 2023-05-23 | Deny rust 2018 idioms in translations-converter | Linus Färnstrand | 1 | -0/+2 |
| 2023-01-31 | Replace serde-xml-rs with quick-xml in translations-converter | Linus Färnstrand | 1 | -2/+5 |
| 2023-01-30 | Run `cargo clippy --fix` with the new Rust 1.67 preferred format | Linus Färnstrand | 1 | -1/+1 |
| 2022-12-21 | Apply more clippy fixes. | Emīls | 1 | -1/+1 |
| 2022-09-27 | Fix clippy complaints | Emīls Piņķis | 1 | -1/+1 |
| 2022-06-13 | Perform a clippy --fix | jonathan | 1 | -5/+2 |
| 2021-12-16 | Split Android project and app module | Albin | 1 | -1/+1 |
| 2021-10-07 | Remove logic for generating translated URLs | Albin | 1 | -37/+2 |
| 2021-05-28 | Return result from `gettext::Messages::from_file` | Janito Vaqueiro Ferreira Filho | 1 | -2/+6 |
| 2021-05-28 | Rename `Translations` into `Messages` | Janito Vaqueiro Ferreira Filho | 1 | -3/+3 |
| 2021-05-19 | Remove previous gettext string normalization | Janito Vaqueiro Ferreira Filho | 1 | -6/+6 |
| 2021-05-19 | Improve construction semantics for `MsgString` | Janito Vaqueiro Ferreira Filho | 1 | -15/+12 |
| 2021-05-19 | Remove previous Android string normalization | Janito Vaqueiro Ferreira Filho | 1 | -4/+3 |
| 2021-05-19 | Create a new `Normalize` trait | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2021-05-19 | Refactor Android string resource map construction | Janito Vaqueiro Ferreira Filho | 1 | -21/+5 |
| 2021-03-27 | Use `MsgString` for `MsgValue::Plural.plural_id` | Janito Vaqueiro Ferreira Filho | 1 | -1/+6 |
| 2021-03-27 | Use `MsgString` for `MsgEntry.id` | Janito Vaqueiro Ferreira Filho | 1 | -6/+11 |
| 2021-03-27 | Use `gettext::MsgString` for message values | Janito Vaqueiro Ferreira Filho | 1 | -1/+3 |
| 2021-03-24 | Don't add to template what's already there | Janito Vaqueiro Ferreira Filho | 1 | -11/+14 |
| 2021-02-10 | Use `StringValue` in `PluralResource` for escaping | Janito Vaqueiro Ferreira Filho | 1 | -3/+3 |
| 2021-02-10 | Refactor to create `android::StringValue` type | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-12-10 | Remove dependency on the item order in plurals | Janito Vaqueiro Ferreira Filho | 1 | -8/+24 |
| 2020-12-10 | Only append plurals with missing translations | Janito Vaqueiro Ferreira Filho | 1 | -8/+16 |
| 2020-12-10 | Generate Android plurals from gettext plurals | Janito Vaqueiro Ferreira Filho | 1 | -17/+57 |
| 2020-12-10 | Create helper function to convert between plurals | Janito Vaqueiro Ferreira Filho | 1 | -0/+18 |
| 2020-12-10 | Rename `load_file` into `Translation::from_file` | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-12-10 | Create `gettext::Translation` type | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-08-24 | Update doc. to describe how plurals are handled | Janito Vaqueiro Ferreira Filho | 1 | -0/+7 |
| 2020-08-24 | Append plural messages to gettext template file | Janito Vaqueiro Ferreira Filho | 1 | -2/+37 |
| 2020-08-24 | Only append to template if needed | Janito Vaqueiro Ferreira Filho | 1 | -12/+12 |
| 2020-08-24 | Add support for representing gettext plural forms | Janito Vaqueiro Ferreira Filho | 1 | -5/+7 |
| 2020-08-20 | Ignore string resources that aren't translatable | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-08-19 | Panic if string resource has more than one ID | Janito Vaqueiro Ferreira Filho | 1 | -7/+19 |
| 2020-08-11 | Sort string resource entries | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2020-08-11 | Append missing translations to the template file | Janito Vaqueiro Ferreira Filho | 1 | -5/+16 |
| 2020-08-11 | Collect missing translation templates | Janito Vaqueiro Ferreira Filho | 1 | -2/+7 |
| 2020-08-11 | Collect all missing translations | Janito Vaqueiro Ferreira Filho | 1 | -5/+10 |
| 2020-08-11 | Localize URLs when possible | Janito Vaqueiro Ferreira Filho | 1 | -2/+36 |
| 2020-08-11 | Handle translation messages with parameters | Janito Vaqueiro Ferreira Filho | 1 | -3/+8 |
| 2020-08-11 | Handle apostrophe variation | Janito Vaqueiro Ferreira Filho | 1 | -1/+2 |
| 2020-08-11 | Refactor Android string resource normalization | Janito Vaqueiro Ferreira Filho | 1 | -10/+9 |
| 2020-08-11 | Handle escaped apostrophes in Android strings | Janito Vaqueiro Ferreira Filho | 1 | -5/+8 |
| 2020-08-11 | Show missing translations | Janito Vaqueiro Ferreira Filho | 1 | -4/+10 |
