mirror of
https://github.com/documize/community.git
synced 2025-07-19 05:09:42 +02:00
Implement basic i18n client-side foundation
This commit is contained in:
parent
59c929d251
commit
8a25509019
9 changed files with 33 additions and 18 deletions
|
@ -41,7 +41,7 @@ func main() {
|
|||
rt.Product.Major = "4"
|
||||
rt.Product.Minor = "2"
|
||||
rt.Product.Patch = "3"
|
||||
rt.Product.Revision = "220214141054"
|
||||
rt.Product.Revision = "220301191336"
|
||||
rt.Product.Version = fmt.Sprintf("%s.%s.%s", rt.Product.Major, rt.Product.Minor, rt.Product.Patch)
|
||||
rt.Product.Edition = domain.CommunityEdition
|
||||
rt.Product.Title = "Community"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue