feat: Add i18n using slang

This commit is contained in:
2023-06-21 22:07:12 +02:00
parent 7530fe5b80
commit 13ed7144cb
14 changed files with 493 additions and 79 deletions

View File

@@ -38,9 +38,8 @@
devShell = pkgs.mkShell {
buildInputs = with pkgs; [
flutter pinnedJDK android.platform-tools dart scrcpy # Flutter/Android
pythonEnv gnumake # Build scripts
gitlint jq # Code hygiene
ripgrep # General utilities
gitlint jq # Code hygiene
ripgrep # General utilities
];
JAVA_HOME = pinnedJDK;