summaryrefslogtreecommitdiffstats
path: root/docs/content/doc/translation.en-us.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/doc/translation.en-us.md')
-rw-r--r--docs/content/doc/translation.en-us.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/content/doc/translation.en-us.md b/docs/content/doc/translation.en-us.md
new file mode 100644
index 0000000000..208eb32ab8
--- /dev/null
+++ b/docs/content/doc/translation.en-us.md
@@ -0,0 +1,13 @@
+---
+date: "2021-01-22T00:00:00+02:00"
+title: "Translation"
+slug: "translation"
+weight: 35
+toc: false
+draft: false
+menu:
+ sidebar:
+ name: "Translation"
+ weight: 45
+ identifier: "translation"
+---
blob content' class='blob'>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<ivy-module version="2.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">

    <info organisation="com.vaadin" module="vaadin" />
    <configurations>
        <conf name="taskdefs" description="Ant task definitions"
            visibility="private" />
    </configurations>
    <publications />
    <dependencies>
        <!-- Ant tasks -->
        <dependency org="ant-contrib" name="ant-contrib" rev="1.0b3"
            conf="taskdefs ->master" />
        <dependency org="org.apache.maven" name="maven-ant-tasks"
            rev="2.0.10" conf="taskdefs ->master" />
        <dependency org="com.googlecode.jarjar" name="jarjar"
            rev="1.3" conf="taskdefs ->master" />
        <dependency org="com.puppycrawl.tools" name="checkstyle"
            rev="5.6" />
    </dependencies>

</ivy-module>