mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Merge pull request #4206 from JosJuice/tx-gitignore
Remove .tx from .gitignore
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -30,8 +30,6 @@ CMakeLists.txt.user
|
|||||||
# Ignore emacs temp files
|
# Ignore emacs temp files
|
||||||
\#*\#
|
\#*\#
|
||||||
.\#*
|
.\#*
|
||||||
# Ignore transifex configuration directory
|
|
||||||
.tx
|
|
||||||
# Ignore kdevelop files/dirs
|
# Ignore kdevelop files/dirs
|
||||||
*.kdev4
|
*.kdev4
|
||||||
# Ignore IDEA/Clion files/dirs
|
# Ignore IDEA/Clion files/dirs
|
||||||
|
8
.tx/config
Normal file
8
.tx/config
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
[main]
|
||||||
|
host = https://www.transifex.com
|
||||||
|
|
||||||
|
[dolphin-emu.emulator]
|
||||||
|
file_filter = Languages/po/<lang>.po
|
||||||
|
source_file = Languages/po/dolphin-emu.pot
|
||||||
|
source_lang = en-US
|
||||||
|
type = PO
|
Reference in New Issue
Block a user