Skip to content

Commit 19612fb

Browse files
committed
Revert "Start moving back to common JOSM i18n system"
This reverts commit 7442e0b. It looks like non-JOSM core devs are maintaining this repo.
1 parent 7442e0b commit 19612fb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+127
-4032
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ transifex.com:
118118
name: transifex.com
119119
url: https://www.transifex.com/josm/josm/josm-plugin_pt_assistant/
120120
script:
121-
- mv .tx/config_old .tx/config
122121
- TX_TOKEN="$TRANSIFEX_TOKEN" tx push -s --no-interactive
123122
needs:
124123
- build
File renamed without changes.

build.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,26 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<project name="pt_assistant" default="dist" basedir=".">
33
<property name="plugin.src.dir" value="src/main/java"/>
4-
<property name="plugin.resources.dir" value="src/main/resources"/>
54

65
<!-- edit the properties of this plugin in the file `gradle.properties` -->
76
<property file="${basedir}/gradle.properties"/>
87

98
<!-- ** include targets that all plugins have in common ** -->
109
<import file="../build-common.xml"/>
1110

11+
<!-- Override the `setup-dist-default` task from build-common.xml -->
12+
<target name="setup-dist-default">
13+
<copy todir="${plugin.build.dir}" failonerror="no" includeemptydirs="no">
14+
<fileset dir="src/main/resources"/>
15+
</copy>
16+
<copy todir="${plugin.build.dir}">
17+
<fileset dir=".">
18+
<include name="README"/>
19+
<include name="LICENSE*"/>
20+
<include name="*GPL*"/>
21+
</fileset>
22+
</copy>
23+
</target>
1224
<target name="additional-manifest">
1325
<manifest file="MANIFEST" mode="update">
1426
<attribute name="13957_Plugin-Url" value="v2.0.0;https://github.com/JOSM/pt_assistant/releases/download/v2.0.0/pt_assistant.jar" />

data/ast.lang

-2.84 KB
Binary file not shown.

data/be.lang

-13.1 KB
Binary file not shown.

data/cs.lang

-3.6 KB
Binary file not shown.

data/da.lang

-2.76 KB
Binary file not shown.

data/de.lang

-8.25 KB
Binary file not shown.

data/de_DE.lang

-4.4 KB
Binary file not shown.

data/el.lang

-7 KB
Binary file not shown.

0 commit comments

Comments
 (0)