translations: add German translation (#6601)

This PR adds a translation for German `de_DE`.

Additionally it excludes all `*.po` files from the typos CI action.

Some comments on the decisions I made (open to discuss them):

- I choosed to use `du` instead of `Sie` as this seems appropriate
  to me.
- I added `Window` (`Fenster` in German) to all split commands
  as it appears more naturally to me.
This commit is contained in:
Mitchell Hashimoto
2025-03-13 10:05:27 -07:00
committed by GitHub
3 changed files with 254 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ const log = std.log.scoped(.i18n);
/// 3. Most preferred locale for a language without a country code.
///
pub const locales = [_][:0]const u8{
"de_DE.UTF-8",
"zh_CN.UTF-8",
};