mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-08-28 10:49:22 +00:00
Fixed locales in arrow for Catala and Basque (Galician is pending)
This commit is contained in:
6
src/fixes/__init__.py
Normal file
6
src/fixes/__init__.py
Normal 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()
|
Reference in New Issue
Block a user