From a683b7cd63e20222a723e1d23e375e10f094cd8d Mon Sep 17 00:00:00 2001 From: Victoria Brekenfeld <4404502+Drakulix@users.noreply.github.com> Date: Tue, 11 Jul 2023 17:00:41 +0200 Subject: [PATCH] ci: Add i18n.toml --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 9451bd8f..3a6e981c 100644 --- a/flake.nix +++ b/flake.nix @@ -26,6 +26,7 @@ root = ./.; include = [ ./src + ./i18n.toml ./Cargo.toml ./Cargo.lock ./resources @@ -72,4 +73,4 @@ }; }; }; -} \ No newline at end of file +}