mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +00:00
Merge pull request #4206 from JosJuice/tx-gitignore
Remove .tx from .gitignore
This commit is contained in:
commit
66cd11c329
2 changed files with 8 additions and 2 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue