From cb4a9c54fe1bcf67f9bc1820c6876978f0f3edc9 Mon Sep 17 00:00:00 2001 From: paulojamorim Date: Wed, 6 Jan 2010 13:42:00 +0000 Subject: [PATCH] ENH: Add locale folder, reffer ticket 52 --- .gitattributes | 3 +++ locale/en_GB/LC_MESSAGES/invesalius.mo | Bin 0 -> 367 bytes locale/es/LC_MESSAGES/invesalius.mo | Bin 0 -> 18228 bytes locale/pt_BR/LC_MESSAGES/invesalius.mo | Bin 0 -> 16663 bytes 4 files changed, 3 insertions(+), 0 deletions(-) create mode 100644 locale/en_GB/LC_MESSAGES/invesalius.mo create mode 100644 locale/es/LC_MESSAGES/invesalius.mo create mode 100644 locale/pt_BR/LC_MESSAGES/invesalius.mo diff --git a/.gitattributes b/.gitattributes index 99c58bc..3a4dad2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -153,6 +153,9 @@ invesalius/session.py -text invesalius/style.py -text invesalius/utils.py -text invesalius/version.py -text +locale/en_GB/LC_MESSAGES/invesalius.mo -text +locale/es/LC_MESSAGES/invesalius.mo -text +locale/pt_BR/LC_MESSAGES/invesalius.mo -text presets/raycasting/Airways[!!-~]II.plist -text presets/raycasting/Airways.plist -text presets/raycasting/Black[!!-~]&[!!-~]White.plist -text diff --git a/locale/en_GB/LC_MESSAGES/invesalius.mo b/locale/en_GB/LC_MESSAGES/invesalius.mo new file mode 100644 index 0000000..80da608 Binary files /dev/null and b/locale/en_GB/LC_MESSAGES/invesalius.mo differ diff --git a/locale/es/LC_MESSAGES/invesalius.mo b/locale/es/LC_MESSAGES/invesalius.mo new file mode 100644 index 0000000..af8d4b4 Binary files /dev/null and b/locale/es/LC_MESSAGES/invesalius.mo differ diff --git a/locale/pt_BR/LC_MESSAGES/invesalius.mo b/locale/pt_BR/LC_MESSAGES/invesalius.mo new file mode 100644 index 0000000..9f3bbf2 Binary files /dev/null and b/locale/pt_BR/LC_MESSAGES/invesalius.mo differ -- libgit2 0.21.2