
 Documentation for Crowd 1.5. Documentation for other versions of Crowd is available too.
 Documentation for Crowd 1.5. Documentation for other versions of Crowd is available too.
crowd-webapp/WEB-INF/lib/crowd-language-<version>.jar file from your Crowd application directory into a temporary directory.
donna:lib dmcgahan$ cp crowd-language-1.5.1.jar ~/Desktop/crowd-language/.
donna:crowd-language dmcgahan$ jar -xvf crowd-language-1.5.1.jar created: META-INF/ inflated: META-INF/MANIFEST.MF created: com/ created: com/atlassian/ created: com/atlassian/crowd/ created: com/atlassian/crowd/console/ created: com/atlassian/crowd/console/action/ created: com/atlassian/crowd/security/ created: com/atlassian/crowd/security/demo/ created: com/atlassian/crowd/security/demo/action/ created: com/atlassian/crowd/openid/ created: com/atlassian/crowd/openid/client/ created: com/atlassian/crowd/openid/client/action/ created: com/atlassian/crowd/openid/server/ created: com/atlassian/crowd/openid/server/action/ inflated: com/atlassian/crowd/console/action/BaseAction.properties inflated: com/atlassian/crowd/security/demo/action/BaseAction.properties inflated: com/atlassian/crowd/openid/client/action/BaseAction.properties inflated: com/atlassian/crowd/openid/server/action/BaseAction.properties created: META-INF/maven/ created: META-INF/maven/com.atlassian.crowd/ created: META-INF/maven/com.atlassian.crowd/crowd-language/ inflated: META-INF/maven/com.atlassian.crowd/crowd-language/pom.xml inflated: META-INF/maven/com.atlassian.crowd/crowd-language/pom.properties
donna:crowd-language dmcgahan$ rm crowd-language-1.5.1.jar donna:crowd-language dmcgahan$ ll total 0 drwxr-xr-x 4 dmcgahan staff 136 Oct 15 16:27 . drwx------ 16 dmcgahan staff 544 Oct 15 16:25 .. drwxr-xr-x 4 dmcgahan staff 136 Oct 15 16:27 META-INF drwxr-xr-x 3 dmcgahan staff 102 Oct 15 16:27 com
console.welcome Bienvenue à la foule console d'administration
BaseAction_<two-letter-language-code>_<two-letter-countrycode>.properties
./com/atlassian/crowd/console/action/BaseAction_fr_FR.properties ./com/atlassian/crowd/openid/client/action/BaseAction_fr_FR.properties ./com/atlassian/crowd/openid/server/action/BaseAction_fr_FR.properties ./com/atlassian/crowd/security/demo/action/BaseAction_fr_FR.properties
donna:crowd-language dmcgahan$ jar -cvf crowd-language-<version>_<language-code>_<country-code>.jar *
donna:crowd-language dmcgahan$ jar -cvf crowd-language-1.5.1_fr_FR.jar *
JAVA_OPTS="-Xms128m -Xmx256m -XX:MaxPermSize=256m -Dfile.encoding=UTF-8 -Duser.language=fr -Duser.country=FR" export JAVA_OPTS
set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx256m -Dfile.encoding=UTF-8 -Duser.language=fr -Duser.country=FR rem Checks if the JAVA_HOME has a space in it (can cause issues) SET _marker=%JAVA_HOME: =% IF NOT "%_marker%" == "%JAVA_HOME%" ECHO JAVA_HOME "%JAVA_HOME%" contains spaces. Please change to a location without spaces if this causes problems.
Other options:
Please note that it is possible to add new language BaseAction_<language-code>_<country-code>.properties files to an expanded version of the existing crowd-language-<version>.jar file or modify the existing BaseAction.properties files for modifications to the default English text (e.g Crowd = Company's Crowd). However, we would love to get new translations and make them available for customers. To do this, the method described above is the best approach.
A few known issues:
Some exceptions handled in Crowd are not i18n complaint. For future updates, please add this issue to your watchlist.