https://github.com/xwiki/xwiki-commons
Revision 105e2cc664c68ffe53003e3bf8f98ffe3c0f2b0a authored by Adel Atallah on 14 May 2018, 07:35:50 UTC, committed by XWiki on 14 May 2018, 07:36:02 UTC
Currently translated at 20.6% (6 of 29 strings)
Translation: XWiki Commons/xwiki-commons-extension-api
Translate-URL: http://weblate.devxwiki.com/projects/xwiki-commons/xwiki-commons-extension-api/fr/
1 parent e71fdbb
Raw File
Tip revision: 105e2cc664c68ffe53003e3bf8f98ffe3c0f2b0a authored by Adel Atallah on 14 May 2018, 07:35:50 UTC
Translated using Weblate (French)
Tip revision: 105e2cc
.gitignore
# Maven Build
target
target-eclipse

# Gradle Build
build
.gradle

# IDEA
*.iml
*.ipr
*.iws
.idea
atlassian-ide-plugin.xml

# Eclipse
.classpath
.project
.settings
.checkstyle
.fbprefs
bin
# Automatically generated by WTP
**/src/main/java/META-INF/
**/src/test/java/META-INF/
**/src/META-INF/
#PyDev
.pydevproject

# NetBeans
nbproject

# Other
*.log.*
*.log
.sonar-ide.properties
.clover
*~
back to top