forked from GitHub/gf-rgl
add Slovenian to the list of compiled languages
This commit is contained in:
@@ -35,6 +35,7 @@ Pol,Polish,polish,,,,,,,,y
|
||||
Por,Portuguese,portuguese,Romance,,y,,,,y,y
|
||||
Ron,Romanian,romanian,,,y,,,,,y
|
||||
Rus,Russian,russian,,,y,,,,,y
|
||||
Slv,Slovenian,slovenian,,,,,n,n,,n
|
||||
Snd,Sindhi,sindhi,,,,,,,,y
|
||||
Spa,Spanish,spanish,Romance,,y,,,,y,y
|
||||
Swa,Swahili,swahili,,,,n,n,n,y,n
|
||||
|
||||
|
5
src/slovenian/AllSlv.gf
Normal file
5
src/slovenian/AllSlv.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
--# -path=.:../abstract:../common:../prelude
|
||||
|
||||
concrete AllSlv of AllSlvAbs =
|
||||
LangSlv
|
||||
** {} ;
|
||||
5
src/slovenian/AllSlvAbs.gf
Normal file
5
src/slovenian/AllSlvAbs.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
--# -path=.:../abstract:../common:prelude
|
||||
|
||||
abstract AllSlvAbs =
|
||||
Lang
|
||||
** {} ;
|
||||
Reference in New Issue
Block a user