source: code/trunk/language.go@ 2

Last change on this file since 2 was 1, checked in by fattalion, 3 years ago

Initial commit

File size: 77 bytes
RevLine 
[1]1package simplytranslate_engines
2
3type Language struct {
4 Name, Code string
5}
Note: See TracBrowser for help on using the repository browser.