Skip to content

Commit

Permalink
Revert "Start moving back to common JOSM i18n system"
Browse files Browse the repository at this point in the history
This reverts commit 7442e0b.

It looks like non-JOSM core devs are maintaining this repo.
  • Loading branch information
tsmock committed Aug 28, 2024
1 parent 7442e0b commit 19612fb
Show file tree
Hide file tree
Showing 47 changed files with 127 additions and 4,032 deletions.
1 change: 0 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ transifex.com:
name: transifex.com
url: https://www.transifex.com/josm/josm/josm-plugin_pt_assistant/
script:
- mv .tx/config_old .tx/config
- TX_TOKEN="$TRANSIFEX_TOKEN" tx push -s --no-interactive
needs:
- build
Expand Down
File renamed without changes.
14 changes: 13 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<project name="pt_assistant" default="dist" basedir=".">
<property name="plugin.src.dir" value="src/main/java"/>
<property name="plugin.resources.dir" value="src/main/resources"/>

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

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

<!-- Override the `setup-dist-default` task from build-common.xml -->
<target name="setup-dist-default">
<copy todir="${plugin.build.dir}" failonerror="no" includeemptydirs="no">
<fileset dir="src/main/resources"/>
</copy>
<copy todir="${plugin.build.dir}">
<fileset dir=".">
<include name="README"/>
<include name="LICENSE*"/>
<include name="*GPL*"/>
</fileset>
</copy>
</target>
<target name="additional-manifest">
<manifest file="MANIFEST" mode="update">
<attribute name="13957_Plugin-Url" value="v2.0.0;https://github.com/JOSM/pt_assistant/releases/download/v2.0.0/pt_assistant.jar" />
Expand Down
Binary file removed data/ast.lang
Binary file not shown.
Binary file removed data/be.lang
Binary file not shown.
Binary file removed data/cs.lang
Binary file not shown.
Binary file removed data/da.lang
Binary file not shown.
Binary file removed data/de.lang
Binary file not shown.
Binary file removed data/de_DE.lang
Binary file not shown.
Binary file removed data/el.lang
Binary file not shown.
Binary file removed data/en.lang
Binary file not shown.
Binary file removed data/en_GB.lang
Binary file not shown.
Binary file removed data/es.lang
Binary file not shown.
Binary file removed data/fr.lang
Binary file not shown.
Binary file removed data/hu.lang
Binary file not shown.
Binary file removed data/id.lang
Binary file not shown.
Binary file removed data/it.lang
Binary file not shown.
Binary file removed data/ko.lang
Binary file not shown.
Binary file removed data/nl.lang
Binary file not shown.
Binary file removed data/pl.lang
Binary file not shown.
Binary file removed data/pt.lang
Binary file not shown.
Binary file removed data/ru.lang
Binary file not shown.
Binary file removed data/sk.lang
Binary file not shown.
Binary file removed data/uk.lang
Binary file not shown.
Binary file removed data/zh_CN.lang
Binary file not shown.
Binary file removed data/zh_TW.lang
Binary file not shown.
Loading

0 comments on commit 19612fb

Please sign in to comment.