1
0
forked from GitHub/gf-rgl

add the API modules for Romanian

This commit is contained in:
krasimir
2009-09-12 13:34:01 +00:00
parent 5794f374a1
commit b467be1d3e
6 changed files with 44 additions and 0 deletions

5
src/romanian/AllRon.gf Normal file
View File

@@ -0,0 +1,5 @@
--# -path=.:../abstract:../common:../prelude
concrete AllRon of AllRonAbs =
LangRon
** {} ;

View File

@@ -0,0 +1,3 @@
abstract AllRonAbs =
Lang
** {} ;