diff options
author | Isaac (.ike) Levy <ike@blackskyresearch.net> | 2014-01-12 22:05:51 -0500 |
---|---|---|
committer | Isaac (.ike) Levy <ike@blackskyresearch.net> | 2014-01-13 22:05:10 -0500 |
commit | 7219bde60a8365f4e330952e97768e01576359e8 (patch) | |
tree | 279265b81c3920f75a276e8c2567ace0ff102662 | |
parent | 2459a956c52aaf0a54dfd4e7a2ecb99d9fde68b0 (diff) | |
download | pfsense-7219bde60a8365f4e330952e97768e01576359e8.zip pfsense-7219bde60a8365f4e330952e97768e01576359e8.tar.gz |
include gettext locales in line encoding list
portable object (.po) and portable object translation (.pot) files
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 5a0d4bb..c05d446 100644 --- a/.gitattributes +++ b/.gitattributes @@ -26,6 +26,8 @@ rc.* text *.sql text *.mk text +*.po text +*.pot text # Files that will always have CRLF line endings on checkout. (Not sure we have any of these) # *.dos text eol=crlf @@ -43,4 +45,4 @@ rc.* text *.zip binary *.uzip binary *.tar binary -*.ttf binary
\ No newline at end of file +*.ttf binary |