Skip to content

Commit f0f50e3

Browse files
committed
fix: update .gitattributes to include text and binary attributes for translation files
1 parent 56ddce1 commit f0f50e3

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

client/.gitattributes

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
*.po merge=gettext
2-
*.pot merge=gettext
1+
# .gitattributes
2+
*.po text diff=gettext merge=gettext
3+
*.pot text diff=gettext merge=gettext
4+
*.mo binary

0 commit comments

Comments
 (0)