mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-21 18:59:32 -06:00
nationality nouns and adjectives in Dictionary: triples like french_A, frenchMasc_N, frenchFem_N. frenchman_N etc should be under frenchMasc_N maybe as the first variant, so that uniform structure is preserved. Fully implemented for Eng Fin Fre Swe, partially for other languages.
This commit is contained in:
@@ -118,7 +118,7 @@ lin dutch_Language = mkLanguage "hollandais" ;
|
||||
lin english_Language = mkLanguage "anglais" ;
|
||||
lin estonian_Language = mkLanguage "estonien" ;
|
||||
lin finnish_Language = mkLanguage "finnois" ;
|
||||
lin french_Language = mkLanguage "francais" ;
|
||||
lin french_Language = mkLanguage "français" ;
|
||||
lin german_Language = mkLanguage "allemand" ;
|
||||
lin greek_Language = mkLanguage "grècque" ;
|
||||
lin hebrew_Language = mkLanguage "hebreu" ;
|
||||
|
||||
Reference in New Issue
Block a user