Skip to content

Commit

Permalink
#1839 Added partial translation to Chinese
Browse files Browse the repository at this point in the history
  • Loading branch information
jmiranda committed Nov 2, 2020
1 parent 9c12999 commit 79b4501
Show file tree
Hide file tree
Showing 2 changed files with 204 additions and 204 deletions.
4 changes: 2 additions & 2 deletions grails-app/conf/Config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ openboxes {
}
}

//Breadcrumbs configuration
//Breadcrumbs configuration
breadcrumbsConfig {
inbound {
actionLabel = "react.stockMovement.inbound.create.label"
Expand Down Expand Up @@ -926,7 +926,7 @@ openboxes.stockCard.consumption.reasonCodes = [ReasonCode.STOCKOUT, ReasonCode.L
// Localization configuration - default and supported locales
openboxes.locale.custom.enabled = false
openboxes.locale.defaultLocale = 'en'
openboxes.locale.supportedLocales = ['ar', 'de', 'en', 'es', 'fr', 'it', 'pt', 'fi', 'zh']
openboxes.locale.supportedLocales = ['ar','de','en','es','fr','it','pt','fi','zh']

// Currency configuration
openboxes.locale.defaultCurrencyCode = "USD"
Expand Down
Loading

0 comments on commit 79b4501

Please sign in to comment.