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
- Host: GitHub
- URL: https://github.com/broadleafcommerce/adminlanguagepack
- Owner: BroadleafCommerce
- Created: 2012-05-14T14:02:36.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-06-11T20:35:45.000Z (about 14 years ago)
- Last Synced: 2025-01-11T19:43:45.509Z (over 1 year ago)
- Homepage:
- Size: 168 KB
- Stars: 0
- Watchers: 34
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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