summaryrefslogtreecommitdiffhomepage
path: root/android/translations-converter/src/main.rs
AgeCommit message (Expand)AuthorFilesLines
2025-05-28Fix arg order lost when adding to messages.potKalle Lindström1-72/+112
2025-04-04Add support for different orderings of arguments for translationsJonatan Rhodin1-9/+7
2025-03-24Prevent duplicate string values in Android xmlDavid Göransson1-0/+28
2024-11-14Update android gui referencesOskar1-1/+1
2024-08-21Support generating relay locationsDavid Göransson1-5/+108
2024-01-04Add workspace level lintsLinus Färnstrand1-2/+0
2023-07-27Update translations coverter with new resource pathAlbin1-1/+1
2023-05-23Deny rust 2018 idioms in translations-converterLinus Färnstrand1-0/+2
2023-01-31Replace serde-xml-rs with quick-xml in translations-converterLinus Färnstrand1-2/+5
2023-01-30Run `cargo clippy --fix` with the new Rust 1.67 preferred formatLinus Färnstrand1-1/+1
2022-12-21Apply more clippy fixes.Emīls1-1/+1
2022-09-27Fix clippy complaintsEmīls Piņķis1-1/+1
2022-06-13Perform a clippy --fixjonathan1-5/+2
2021-12-16Split Android project and app moduleAlbin1-1/+1
2021-10-07Remove logic for generating translated URLsAlbin1-37/+2
2021-05-28Return result from `gettext::Messages::from_file`Janito Vaqueiro Ferreira Filho1-2/+6
2021-05-28Rename `Translations` into `Messages`Janito Vaqueiro Ferreira Filho1-3/+3
2021-05-19Remove previous gettext string normalizationJanito Vaqueiro Ferreira Filho1-6/+6
2021-05-19Improve construction semantics for `MsgString`Janito Vaqueiro Ferreira Filho1-15/+12
2021-05-19Remove previous Android string normalizationJanito Vaqueiro Ferreira Filho1-4/+3
2021-05-19Create a new `Normalize` traitJanito Vaqueiro Ferreira Filho1-0/+1
2021-05-19Refactor Android string resource map constructionJanito Vaqueiro Ferreira Filho1-21/+5
2021-03-27Use `MsgString` for `MsgValue::Plural.plural_id`Janito Vaqueiro Ferreira Filho1-1/+6
2021-03-27Use `MsgString` for `MsgEntry.id`Janito Vaqueiro Ferreira Filho1-6/+11
2021-03-27Use `gettext::MsgString` for message valuesJanito Vaqueiro Ferreira Filho1-1/+3
2021-03-24Don't add to template what's already thereJanito Vaqueiro Ferreira Filho1-11/+14
2021-02-10Use `StringValue` in `PluralResource` for escapingJanito Vaqueiro Ferreira Filho1-3/+3
2021-02-10Refactor to create `android::StringValue` typeJanito Vaqueiro Ferreira Filho1-1/+1
2020-12-10Remove dependency on the item order in pluralsJanito Vaqueiro Ferreira Filho1-8/+24
2020-12-10Only append plurals with missing translationsJanito Vaqueiro Ferreira Filho1-8/+16
2020-12-10Generate Android plurals from gettext pluralsJanito Vaqueiro Ferreira Filho1-17/+57
2020-12-10Create helper function to convert between pluralsJanito Vaqueiro Ferreira Filho1-0/+18
2020-12-10Rename `load_file` into `Translation::from_file`Janito Vaqueiro Ferreira Filho1-1/+1
2020-12-10Create `gettext::Translation` typeJanito Vaqueiro Ferreira Filho1-1/+1
2020-08-24Update doc. to describe how plurals are handledJanito Vaqueiro Ferreira Filho1-0/+7
2020-08-24Append plural messages to gettext template fileJanito Vaqueiro Ferreira Filho1-2/+37
2020-08-24Only append to template if neededJanito Vaqueiro Ferreira Filho1-12/+12
2020-08-24Add support for representing gettext plural formsJanito Vaqueiro Ferreira Filho1-5/+7
2020-08-20Ignore string resources that aren't translatableJanito Vaqueiro Ferreira Filho1-0/+1
2020-08-19Panic if string resource has more than one IDJanito Vaqueiro Ferreira Filho1-7/+19
2020-08-11Sort string resource entriesJanito Vaqueiro Ferreira Filho1-0/+2
2020-08-11Append missing translations to the template fileJanito Vaqueiro Ferreira Filho1-5/+16
2020-08-11Collect missing translation templatesJanito Vaqueiro Ferreira Filho1-2/+7
2020-08-11Collect all missing translationsJanito Vaqueiro Ferreira Filho1-5/+10
2020-08-11Localize URLs when possibleJanito Vaqueiro Ferreira Filho1-2/+36
2020-08-11Handle translation messages with parametersJanito Vaqueiro Ferreira Filho1-3/+8
2020-08-11Handle apostrophe variationJanito Vaqueiro Ferreira Filho1-1/+2
2020-08-11Refactor Android string resource normalizationJanito Vaqueiro Ferreira Filho1-10/+9
2020-08-11Handle escaped apostrophes in Android stringsJanito Vaqueiro Ferreira Filho1-5/+8
2020-08-11Show missing translationsJanito Vaqueiro Ferreira Filho1-4/+10