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

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
** {} ;