1
0
forked from GitHub/gf-rgl

add Slovenian to the list of compiled languages

This commit is contained in:
krangelov
2019-03-13 20:16:07 +01:00
parent 664a413df8
commit bf7a9e4485
3 changed files with 11 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ Pol,Polish,polish,,,,,,,,y
Por,Portuguese,portuguese,Romance,,y,,,,y,y Por,Portuguese,portuguese,Romance,,y,,,,y,y
Ron,Romanian,romanian,,,y,,,,,y Ron,Romanian,romanian,,,y,,,,,y
Rus,Russian,russian,,,y,,,,,y Rus,Russian,russian,,,y,,,,,y
Slv,Slovenian,slovenian,,,,,n,n,,n
Snd,Sindhi,sindhi,,,,,,,,y Snd,Sindhi,sindhi,,,,,,,,y
Spa,Spanish,spanish,Romance,,y,,,,y,y Spa,Spanish,spanish,Romance,,y,,,,y,y
Swa,Swahili,swahili,,,,n,n,n,y,n Swa,Swahili,swahili,,,,n,n,n,y,n
1 Code Name Directory Functor Unlexer Present All Try Symbolic Compatibility Synopsis
35 Por Portuguese portuguese Romance y y y
36 Ron Romanian romanian y y
37 Rus Russian russian y y
38 Slv Slovenian slovenian n n n
39 Snd Sindhi sindhi y
40 Spa Spanish spanish Romance y y y
41 Swa Swahili swahili n n n y n

5
src/slovenian/AllSlv.gf Normal file
View File

@@ -0,0 +1,5 @@
--# -path=.:../abstract:../common:../prelude
concrete AllSlv of AllSlvAbs =
LangSlv
** {} ;

View File

@@ -0,0 +1,5 @@
--# -path=.:../abstract:../common:prelude
abstract AllSlvAbs =
Lang
** {} ;