Skip to content

Commit

Permalink
Start moving back to common JOSM i18n system
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Smock <[email protected]>
  • Loading branch information
tsmock committed Aug 28, 2024
1 parent dfcf644 commit 7442e0b
Show file tree
Hide file tree
Showing 47 changed files with 4,032 additions and 127 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ 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: 1 addition & 13 deletions build.xml
Original file line number Diff line number Diff line change
@@ -1,26 +1,14 @@
<?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 added data/ast.lang
Binary file not shown.
Binary file added data/be.lang
Binary file not shown.
Binary file added data/cs.lang
Binary file not shown.
Binary file added data/da.lang
Binary file not shown.
Binary file added data/de.lang
Binary file not shown.
Binary file added data/de_DE.lang
Binary file not shown.
Binary file added data/el.lang
Binary file not shown.
Binary file added data/en.lang
Binary file not shown.
Binary file added data/en_GB.lang
Binary file not shown.
Binary file added data/es.lang
Binary file not shown.
Binary file added data/fr.lang
Binary file not shown.
Binary file added data/hu.lang
Binary file not shown.
Binary file added data/id.lang
Binary file not shown.
Binary file added data/it.lang
Binary file not shown.
Binary file added data/ko.lang
Binary file not shown.
Binary file added data/nl.lang
Binary file not shown.
Binary file added data/pl.lang
Binary file not shown.
Binary file added data/pt.lang
Binary file not shown.
Binary file added data/ru.lang
Binary file not shown.
Binary file added data/sk.lang
Binary file not shown.
Binary file added data/uk.lang
Binary file not shown.
Binary file added data/zh_CN.lang
Binary file not shown.
Binary file added data/zh_TW.lang
Binary file not shown.
Loading

0 comments on commit 7442e0b

Please sign in to comment.