summaryrefslogtreecommitdiffhomepage
path: root/android/translations-converter/src/normalize.rs
AgeCommit message (Expand)AuthorFilesLines
2025-06-30Fix issue with normalization in the translation scriptJonatan Rhodin1-2/+6
2025-05-28Fix arg order lost when adding to messages.potKalle Lindström1-0/+12
2025-04-04Add support for different orderings of arguments for translationsJonatan Rhodin1-5/+8
2024-08-27Use std LazyLock instead of once_cell LazyDavid Lönnhager1-7/+7
2023-08-04Replace all use of `lazy_static` with `once_cell`Markus Pettersson1-11/+7
2023-03-13Update htmlize to version 1.0Daniel Parks1-1/+1
2022-10-05Prevent normalization of apostrophes in translation-converterOskar Nyberg1-4/+1
2022-08-29Fix Clippy errorsDavid Lönnhager1-2/+2
2021-05-21Fix normalize single-quotes testJanito Vaqueiro Ferreira Filho1-4/+6
2021-05-21Unescape single quotes in gettext messagesJanito Vaqueiro Ferreira Filho1-0/+3
2021-05-19Test normalization of gettext `MsgString`Janito Vaqueiro Ferreira Filho1-0/+19
2021-05-19Test normalization of `StringValue`Janito Vaqueiro Ferreira Filho1-0/+24
2021-05-19Move collapsing line breaks to constructorJanito Vaqueiro Ferreira Filho1-4/+1
2021-05-19Implement `Normalize` for `gettext::MsgString`Janito Vaqueiro Ferreira Filho1-0/+24
2021-05-19Implement `Normalize` for `android::StringValue`Janito Vaqueiro Ferreira Filho1-0/+31
2021-05-19Create a new `Normalize` traitJanito Vaqueiro Ferreira Filho1-0/+6