Skip to content

Instantly share code, notes, and snippets.

@fgdrf
Last active December 22, 2015 17:38
Show Gist options
  • Save fgdrf/6507264 to your computer and use it in GitHub Desktop.
Save fgdrf/6507264 to your computer and use it in GitHub Desktop.
download file and store in .tx folder in root checkout of geoserver stable project
# ======================================================================
# Configuration file for transifex client
#
# How to use it:
# 1. create a folder ".tx" in your geoserver working copy
# 2. download file and store it down below ".tx" as "config"
# 3. use transifex client directly or try the ANT-Script (https://gist.github.com/fgdrf/6507435) to synch Translations from/to working copy from/to transifex
# ======================================================================
[main]
host = https://www.transifex.com
type = PROPERTIES
[geoserver_stable.community_authkey]
file_filter = src/community/authkey/src/main/resources/GeoServerApplication_<lang>.properties
source_file = src/community/authkey/src/main/resources/GeoServerApplication.properties
source_lang = en
[geoserver_stable.community_dds]
file_filter = src/community/dds/src/main/java/GeoServerApplication_<lang>.properties
source_file = src/community/dds/src/main/java/GeoServerApplication.properties
source_lang = en
[geoserver_stable.community_feature-aggregate]
file_filter = src/community/feature-aggregate/src/main/resources/GeoServerApplication_<lang>.properties
source_file = src/community/feature-aggregate/src/main/resources/GeoServerApplication.properties
source_lang = en
[geoserver_stable.community_hello_web]
file_filter = src/community/hello_web/src/main/java/GeoServerApplication_<lang>.properties
source_file = src/community/hello_web/src/main/java/GeoServerApplication.properties
source_lang = en
[geoserver_stable.community_istyler]
file_filter = src/community/istyler/src/main/resources/GeoServerApplication_<lang>.properties
source_file = src/community/istyler/src/main/resources/GeoServerApplication.properties
source_lang = en
[geoserver_stable.community_printing]
file_filter = src/community/printing/src/main/resources/GeoServerApplication_<lang>.properties
source_file = src/community/printing/src/main/resources/GeoServerApplication.properties
source_lang = en
[geoserver_stable.community_proxy]
file_filter = src/community/proxy/src/main/resources/GeoServerApplication_<lang>.properties
source_file = src/community/proxy/src/main/resources/GeoServerApplication.properties
source_lang = en
[geoserver_stable.community_python]
file_filter = src/community/python/src/main/java/GeoServerApplication_<lang>.properties
source_file = src/community/python/src/main/java/GeoServerApplication.properties
source_lang = en
[geoserver_stable.community_scriptlet]
file_filter = src/community/scriptlet/src/main/java/GeoServerApplication_<lang>.properties
source_file = src/community/scriptlet/src/main/java/GeoServerApplication.properties
source_lang = en
[geoserver_stable.community_wms-eo]
file_filter = src/community/wms-eo/src/main/resources/GeoServerApplication_<lang>.properties
source_file = src/community/wms-eo/src/main/resources/GeoServerApplication.properties
source_lang = en
[geoserver_stable.community_w3ds]
file_filter = src/community/w3ds/src/main/resources/GeoServerApplication_<lang>.properties
source_file = src/community/w3ds/src/main/resources/GeoServerApplication.properties
source_lang = en
[geoserver_stable.extension_arcsde]
file_filter = src/extension/arcsde/src/main/resources/GeoServerApplication_<lang>.properties
source_file = src/extension/arcsde/src/main/resources/GeoServerApplication.properties
source_lang = en
[geoserver_stable.extension_css]
file_filter = src/extension/css/src/main/resources/GeoServerApplication_<lang>.properties
source_file = src/extension/css/src/main/resources/GeoServerApplication.properties
source_lang = en
[geoserver_stable.extension_csw_web-csw]
file_filter = src/extension/csw/web-csw/src/main/resources/GeoServerApplication_<lang>.properties
source_file = src/extension/csw/web-csw/src/main/resources/GeoServerApplication.properties
source_lang = en
[geoserver_stable.extension_geosearch]
file_filter = src/extension/geosearch/src/main/resources/GeoServerApplication_<lang>.properties
source_file = src/extension/geosearch/src/main/resources/GeoServerApplication.properties
source_lang = en
[geoserver_stable.extension_h2]
file_filter = src/extension/h2/src/main/resources/GeoServerApplication_<lang>.properties
source_file = src/extension/h2/src/main/resources/GeoServerApplication.properties
source_lang = en
[geoserver_stable.extension_importer]
file_filter = src/extension/importer/web/src/main/resources/GeoServerApplication_<lang>.properties
source_file = src/extension/importer/web/src/main/resources/GeoServerApplication.properties
source_lang = en
[geoserver_stable.extension_inspire]
file_filter = src/extension/inspire/src/main/resources/GeoServerApplication_<lang>.properties
source_file = src/extension/inspire/src/main/resources/GeoServerApplication.properties
source_lang = en
[geoserver_stable.extension_monitor]
file_filter = src/extension/monitor/core/src/main/resources/GeoServerApplication_<lang>.properties
source_file = src/extension/monitor/core/src/main/resources/GeoServerApplication.properties
source_lang = en
[geoserver_stable.extension_security_cas]
file_filter = src/extension/security/cas/src/main/resources/GeoServerApplication_<lang>.properties
source_file = src/extension/security/cas/src/main/resources/GeoServerApplication.properties
source_lang = en
[geoserver_stable.extension_wcs2_0-eo]
file_filter = src/extension/wcs2_0-eo/web/src/main/resources/GeoServerApplication_<lang>.properties
source_file = src/extension/wcs2_0-eo/web/src/main/resources/GeoServerApplication.properties
source_lang = en
[geoserver_stable.extension_wps_web-wps]
file_filter = src/extension/wps/web-wps/src/main/resources/GeoServerApplication_<lang>.properties
source_file = src/extension/wps/web-wps/src/main/resources/GeoServerApplication.properties
source_lang = en
[geoserver_stable.security_jdbc]
file_filter = src/security/jdbc/src/main/resources/GeoServerApplication_<lang>.properties
source_file = src/security/jdbc/src/main/resources/GeoServerApplication.properties
source_lang = en
[geoserver_stable.security_ldap]
file_filter = src/security/ldap/src/main/resources/GeoServerApplication_<lang>.properties
source_file = src/security/ldap/src/main/resources/GeoServerApplication.properties
source_lang = en
[geoserver_stable.web_core]
file_filter = src/web/core/src/main/resources/GeoServerApplication_<lang>.properties
source_file = src/web/core/src/main/resources/GeoServerApplication.properties
source_lang = en
[geoserver_stable.web_demo]
file_filter = src/web/demo/src/main/resources/GeoServerApplication_<lang>.properties
source_file = src/web/demo/src/main/resources/GeoServerApplication.properties
source_lang = en
[geoserver_stable.web_gwc]
file_filter = src/web/gwc/src/main/resources/GeoServerApplication_<lang>.properties
source_file = src/web/gwc/src/main/resources/GeoServerApplication.properties
source_lang = en
[geoserver_stable.web_security]
file_filter = src/web/security/core/src/main/resources/GeoServerApplication_<lang>.properties
source_file = src/web/security/core/src/main/resources/GeoServerApplication.properties
source_lang = en
[geoserver_stable.web_wcs]
file_filter = src/web/wcs/src/main/resources/GeoServerApplication_<lang>.properties
source_file = src/web/wcs/src/main/resources/GeoServerApplication.properties
source_lang = en
[geoserver_stable.web_wfs]
file_filter = src/web/wfs/src/main/resources/GeoServerApplication_<lang>.properties
source_file = src/web/wfs/src/main/resources/GeoServerApplication.properties
source_lang = en
[geoserver_stable.web_wms]
file_filter = src/web/wms/src/main/resources/GeoServerApplication_<lang>.properties
source_file = src/web/wms/src/main/resources/GeoServerApplication.properties
source_lang = en
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment