Added missing git config stuff
This commit is contained in:
parent
c1843f9d6b
commit
f40357f972
2 changed files with 7 additions and 0 deletions
2
dev_tools/scripts/git-attributes-git-merge-po
Normal file
2
dev_tools/scripts/git-attributes-git-merge-po
Normal file
|
@ -0,0 +1,2 @@
|
|||
*.po merge=pofile
|
||||
*.pot merge=pofile
|
5
dev_tools/scripts/git-config-git-merge-po
Normal file
5
dev_tools/scripts/git-config-git-merge-po
Normal file
|
@ -0,0 +1,5 @@
|
|||
[merge "pofile"]
|
||||
name = Gettext merge driver
|
||||
driver = git merge-po %O %A %B
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue