An open API service indexing awesome lists of open source software.

https://github.com/broadleafcommerce/adminlanguagepack

Project to hold Admin locale specific property files
https://github.com/broadleafcommerce/adminlanguagepack

Last synced: 3 months ago
JSON representation

Project to hold Admin locale specific property files

Awesome Lists containing this project

README

          

Language pack for the Broadleaf Commerce Admin
==============================================
Instructions to add this language pack to the Admin Demo:

1. Download the Admin Demo from https://github.com/BroadleafCommerce/BroadleafCommerceDemoSite

2. Modify the dependency-management section of pom.xml to add the Swedish language dependency.
```xml

org.broadleafcommerce
broadleaf-admin-language-pack-sv
1.7.0-SNAPSHOT
jar
compile

```
3. Modify the dependency section of pom.xml to add the Swedish language dependency.
```xml

org.broadleafcommerce
broadleaf-admin-language-pack-sv

```
4. Repeat steps 2 - 3 for any other languages you wish to install (e.g. broadleaf-admin-language-pack-es for Spanish, etc...)

5. Modify demoAdmin.gwt.xml to include the languages you would like to compile. Here's a sample:
```xml

















```
6. Run `mvn install` and launch the admin as normal

7. Modify the url to add the locale for the changes to occur.

http://localhost:8080/broadleafdemo/admin.html?locale=sv