aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2011-07-29 14:06:50 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2011-07-29 14:06:50 +0200
commitc0b2515521498a50261ea95fdcfda7a94c01a7d5 (patch)
tree2a0f638577f456594b3145f3fe0fb4c7b6c0924e /sonar-application
parent402f8958a403d94422f38d47cc39aba0f13e8aae (diff)
downloadsonarqube-c0b2515521498a50261ea95fdcfda7a94c01a7d5.tar.gz
sonarqube-c0b2515521498a50261ea95fdcfda7a94c01a7d5.zip
SONAR-75 rename i18n bundles to l10n bundles
Article from the W3C : Localization refers to the adaptation of a product, application or document content to meet the language, cultural and other requirements of a specific target market (a "locale"). Internationalization is the design and development of a product, application or document content that enables easy localization for target audiences that vary in culture, region, or language.
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml
index 9e9876e467b..4b3941e48db 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -204,7 +204,7 @@
</dependency>
<dependency>
<groupId>org.codehaus.sonar.plugins</groupId>
- <artifactId>sonar-i18n-en-plugin</artifactId>
+ <artifactId>sonar-l10n-en-plugin</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>