Fixed locales in arrow for Catala and Basque (Galician is pending)

This commit is contained in:
2015-02-22 18:45:26 -06:00
parent 88d7898dba
commit 35f70e050a
3 changed files with 95 additions and 0 deletions

6
src/fixes/__init__.py Normal file
View File

@@ -0,0 +1,6 @@
# -*- coding: utf-8 -*-
""" This module contains some bugfixes for packages used in TWBlue. We will make pull requests to the source code of these packages."""
import fix_arrow # A few new locales for Three languages in arrow.
def setup():
fix_arrow.fix()