Martin Geisler

Results 878 comments of Martin Geisler

> Not to change the rustfmt, how about we add a hook for rust-mode-hook by default to (set-fill-column 100)? Since it is basically the default of Rust language by convention,...

Hey! Thanks for pointing me to treesitter! I haven't tried it yet, but I'll see how it goes and report back.

Perhaps a good approach would be to move the pattern files to a new `hyphenation-patterns` repository. This way the Rust code here could be fully isolated and everybody should agree...

Hey folks, I don't know if it's applicable here, but I recently ran into having to hand-merge some out-of-date `.po` files: https://github.com/google/comprehensive-rust/pull/1948#issuecomment-2301415834. The recipe there basically treats each file as...

Yeah, this is a great point and something we should look into!

@salvamunoz, can you take out the mentioning of days like @deavid suggests? Then we can merge this!

Let me add give this the "good first issue" label so it shows up in https://github.com/google/comprehensive-rust/contribute.

> Yes, that's correct Spanish Thanks a lot! :tada:

I've published the plugins in a separate repository for now: https://github.com/google/mdbook-i18n-helpers.

@moaminsharifi, the underlying problem here is that I thought we could normalize a translation like ```po msgid "foo bar" msgstr "FOO BAR" ``` by running `mdbook-xgettext` on both of `"foo...