{"id":19892196,"url":"https://github.com/broadleafcommerce/adminlanguagepack","last_synced_at":"2026-03-06T05:17:15.074Z","repository":{"id":3284201,"uuid":"4324568","full_name":"BroadleafCommerce/AdminLanguagePack","owner":"BroadleafCommerce","description":"Project to hold Admin locale specific property files ","archived":false,"fork":false,"pushed_at":"2012-06-11T20:35:45.000Z","size":172,"stargazers_count":0,"open_issues_count":0,"forks_count":7,"subscribers_count":34,"default_branch":"master","last_synced_at":"2025-01-11T19:43:45.509Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BroadleafCommerce.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-05-14T14:02:36.000Z","updated_at":"2016-07-25T15:49:33.000Z","dependencies_parsed_at":"2022-09-15T23:41:28.255Z","dependency_job_id":null,"html_url":"https://github.com/BroadleafCommerce/AdminLanguagePack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BroadleafCommerce%2FAdminLanguagePack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BroadleafCommerce%2FAdminLanguagePack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BroadleafCommerce%2FAdminLanguagePack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BroadleafCommerce%2FAdminLanguagePack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BroadleafCommerce","download_url":"https://codeload.github.com/BroadleafCommerce/AdminLanguagePack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241319875,"owners_count":19943622,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T18:22:22.681Z","updated_at":"2026-03-06T05:17:15.023Z","avatar_url":"https://github.com/BroadleafCommerce.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"Language pack for the Broadleaf Commerce Admin\n==============================================\nInstructions to add this language pack to the Admin Demo:\n\n1. Download the Admin Demo from https://github.com/BroadleafCommerce/BroadleafCommerceDemoSite\n\n2. Modify the dependency-management section of pom.xml to add the Swedish language dependency.\n```xml\n    \u003cdependency\u003e\n        \u003cgroupId\u003eorg.broadleafcommerce\u003c/groupId\u003e\n        \u003cartifactId\u003ebroadleaf-admin-language-pack-sv\u003c/artifactId\u003e\n        \u003cversion\u003e1.7.0-SNAPSHOT\u003c/version\u003e\n        \u003ctype\u003ejar\u003c/type\u003e\n        \u003cscope\u003ecompile\u003c/scope\u003e\n    \u003c/dependency\u003e\n```\n3. Modify the dependency section of pom.xml to add the Swedish language dependency.\n```xml\n    \u003cdependency\u003e\n        \u003cgroupId\u003eorg.broadleafcommerce\u003c/groupId\u003e\n        \u003cartifactId\u003ebroadleaf-admin-language-pack-sv\u003c/artifactId\u003e\n    \u003c/dependency\u003e\n```\n4. Repeat steps 2 - 3 for any other languages you wish to install (e.g. broadleaf-admin-language-pack-es for Spanish, etc...)\n\n5. Modify demoAdmin.gwt.xml to include the languages you would like to compile. Here's a sample:\n```xml\n    \u003cmodule\u003e\n        \u003cinherits name=\"com.google.gwt.user.User\" /\u003e\n        \u003cinherits name=\"com.google.gwt.precompress.Precompress\"/\u003e\n        \u003cinherits name=\"org.broadleafcommerce.admin.merchandisingModule\" /\u003e\n        \u003cinherits name=\"org.broadleafcommerce.admin.customerCareModule\" /\u003e\n        \u003cinherits name=\"org.broadleafcommerce.openadmin.userModule\" /\u003e\n        \u003cinherits name=\"org.broadleafcommerce.cms.admin.contentManagementModule\" /\u003e\n        \u003cinherits name=\"com.google.gwt.core.CompilerParameters\"/\u003e\n        \u003cinherits name=\"com.google.gwt.i18n.I18N\"/\u003e\n    \n        \u003cextend-property name=\"locale\" values=\"en_US\"/\u003e\n        \u003cextend-property name=\"locale\" values=\"sv\"/\u003e\n        \u003cextend-property name=\"locale\" values=\"es\"/\u003e\n        \u003cextend-property name=\"locale\" values=\"fr\"/\u003e\n        \u003cset-property-fallback name=\"locale\" value=\"en_US\"/\u003e\n\n        \u003centry-point class=\"org.broadleafcommerce.openadmin.client.BLCLaunch\" /\u003e\n        \u003cset-property name=\"user.agent\" value=\"gecko1_8\" /\u003e\n    \u003c/module\u003e\n```\n6. Run `mvn install` and launch the admin as normal\n     \n7. Modify the url to add the locale for the changes to occur.\n\n   http://localhost:8080/broadleafdemo/admin.html?locale=sv","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbroadleafcommerce%2Fadminlanguagepack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbroadleafcommerce%2Fadminlanguagepack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbroadleafcommerce%2Fadminlanguagepack/lists"}