Skip to content

Commit d6acb14

Browse files
committed
added locale qualifiers in PDF documents names
1 parent 1886a08 commit d6acb14

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/site/pdf_es.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<document xmlns="http://maven.apache.org/DOCUMENT/1.0.1"
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2020
xsi:schemaLocation="http://maven.apache.org/DOCUMENT/1.0.1 http://maven.apache.org/xsd/document-1.0.1.xsd"
21-
outputName="${project.artifactId}-${project.version}">
21+
outputName="${project.artifactId}-${project.version}-es">
2222

2323
<meta>
2424
<title>MyBatis - the world's most popular SQL Mapping framework.</title>

src/site/pdf_ja.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<document xmlns="http://maven.apache.org/DOCUMENT/1.0.1"
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2020
xsi:schemaLocation="http://maven.apache.org/DOCUMENT/1.0.1 http://maven.apache.org/xsd/document-1.0.1.xsd"
21-
outputName="${project.artifactId}-${project.version}">
21+
outputName="${project.artifactId}-${project.version}-ja">
2222

2323
<meta>
2424
<title>MyBatis - the world's most popular SQL Mapping framework.</title>

src/site/pdf_ko.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<document xmlns="http://maven.apache.org/DOCUMENT/1.0.1"
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2020
xsi:schemaLocation="http://maven.apache.org/DOCUMENT/1.0.1 http://maven.apache.org/xsd/document-1.0.1.xsd"
21-
outputName="${project.artifactId}-${project.version}">
21+
outputName="${project.artifactId}-${project.version}-ko">
2222

2323
<meta>
2424
<title>MyBatis - the world's most popular SQL Mapping framework.</title>

src/site/pdf_zh.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<document xmlns="http://maven.apache.org/DOCUMENT/1.0.1"
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2020
xsi:schemaLocation="http://maven.apache.org/DOCUMENT/1.0.1 http://maven.apache.org/xsd/document-1.0.1.xsd"
21-
outputName="${project.artifactId}-${project.version}">
21+
outputName="${project.artifactId}-${project.version}-zh">
2222

2323
<meta>
2424
<title>MyBatis - the world's most popular SQL Mapping framework.</title>

0 commit comments

Comments
 (0)