Update NL translations. #122
n3wjack/faircamp:n3wjack-nl-translations into main @ -79,0 +20,4 @@
buy: Reviewed("Koop"),
close: Reviewed("Sluiten"),
confirm: Reviewed("Bevestigen"),
continue: Reviewed("Doorgaan"),
Not your mistake (just something I haven't yet adressed in the automatic code generation, sorry), but continue is a reserved keyword in rust, and hence needs to be escaped like this:
r#continue: Reviewed("Doorgaan"),
Very cool, thanks a lot for this PR!
I pointed out the one thing that's technically a problem, but I can also fix this after merging, whichever way you prefer! :)
Feel free to merge and fix this.
I thought this was probably the easiest way for you to get the translations in the codebase.
But I don't know Rust, so I didn't actually try to compile it, as I don't have the whole toolchain installed. 😬😱
Merged and wrapped up. \o/
This was indeed the most easy way for me, thanks a lot for taking the time to provide it like that! (I'd also skip the toolchain myself, fully understand, can't install/maintain every tech stack on this planet constantly :))
No due date set.
No dependencies set.
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?