From 2677806e9572c28c63aef3a99f7a03b9c549619c Mon Sep 17 00:00:00 2001 From: JosJuice Date: Mon, 29 Aug 2016 21:54:15 +0200 Subject: [PATCH 1/2] Remove .tx from .gitignore It contains a configuration that has no reason to be different for different people. It's not used for storing things like usernames or passwords. --- .gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index abbbf47bd4..cb3b72d94a 100644 --- a/.gitignore +++ b/.gitignore @@ -30,8 +30,6 @@ CMakeLists.txt.user # Ignore emacs temp files \#*\# .\#* -# Ignore transifex configuration directory -.tx # Ignore kdevelop files/dirs *.kdev4 # Ignore IDEA/Clion files/dirs From 4ce4b8d8bf4317289238bb361a97ddc203568845 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Sun, 11 Sep 2016 15:13:31 +0200 Subject: [PATCH 2/2] Add .tx folder with config --- .tx/config | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .tx/config diff --git a/.tx/config b/.tx/config new file mode 100644 index 0000000000..c134ca26a8 --- /dev/null +++ b/.tx/config @@ -0,0 +1,8 @@ +[main] +host = https://www.transifex.com + +[dolphin-emu.emulator] +file_filter = Languages/po/.po +source_file = Languages/po/dolphin-emu.pot +source_lang = en-US +type = PO