-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New stable release
- Loading branch information
Showing
39 changed files
with
197,322 additions
and
194 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
""" | ||
Temporary hack before shared configurations. | ||
Allows to stock configuration here. | ||
""" | ||
from os import path | ||
from flask import Blueprint | ||
|
||
# Find the static folder | ||
static_folder = path.join(path.abspath(path.dirname(__file__)), "langs") | ||
# Create the current blueprint | ||
configuration = Blueprint('configurations', __name__, static_folder=static_folder) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
NOM1,NOM2,NOM3,NOM4,NOM5,NOM6,NOM7,VER1,VER2,VER3,VER4,VER5,VER6,ADJ1,ADJ2,ADJ3,ADJ4,ADJ5,ADJ6,ADJ7,ADJcar,ADJord,ADJdis,ADJmul,ADJadv.ord,ADJadv.mul,PROper,PROpos,PROref,PROpos.ref,PROdem,PROrel,PROint,PROind,ADV,ADVrel,ADVint,ADVneg,ADVint.neg,PRE,CONcoo,CONsub,INJ,VERaux, |
Oops, something went wrong.