mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-06-01 01:54:00 +00:00
Add localized name/description to data models
This commit is contained in:
@@ -66,8 +66,10 @@ package "Data models" {
|
||||
}
|
||||
|
||||
class BreweryResult <<struct>> {
|
||||
+name: std::string
|
||||
+description: std::string
|
||||
+name_en: std::string
|
||||
+description_en: std::string
|
||||
+name_local: std::string
|
||||
+description_local: std::string
|
||||
}
|
||||
|
||||
class UserResult <<struct>> {
|
||||
|
||||
Reference in New Issue
Block a user