From e22fa5d3d78008f53227014afb6b1a6622d5c1d4 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 14 Sep 2021 22:07:29 -0300 Subject: Rework how translation is done Instead of variables on the code itself, each language gets its own file. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d827053..adc027f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ /public/ /src/git-permalink +/src/load-locale-messages.sh *.mo *.po~ /tests/remotes/ -- cgit v1.2.3