Custom Query (1118 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (187 - 189 of 1118)

Ticket Resolution Summary Owner Reporter
#2315 fixed Strings do not get translated osgeolive@… cvvergara
Description

This issue was commented by @sanak

Attaching an image of what is expected and what is happening

The strings that are not translated are on a toctree

.. toctree::
  :maxdepth: 1

  Getting started with OSGeoLive <quickstart/osgeolive_quickstart>
  Change language or keyboard type <quickstart/internationalisation_quickstart>
  Install OSGeoLive on your hard disk <quickstart/osgeolive_install_quickstart>
  Run OSGeoLive in a Virtual Machine <quickstart/virtualization_quickstart>
  Create an OSGeoLive bootable USB thumb drive <quickstart/usb_quickstart>
  Running in a Hyper-V Virtual Machine <quickstart/hyperv_quickstart>
  Command Line basics <quickstart/commandline_quickstart>

Solution, is to use the titles from the pages

.. toctree::
  :maxdepth: 1

  quickstart/osgeolive_quickstart
  quickstart/internationalisation_quickstart
  quickstart/osgeolive_install_quickstart
  quickstart/virtualization_quickstart
  quickstart/usb_quickstart
  quickstart/hyperv_quickstart
  quickstart/commandline_quickstart
#2344 fixed gmt packages osgeolive@… cvvergara
Description

On the documentation:

https://raw.githubusercontent.com/OSGeo/OSGeoLive-doc/master/doc/quickstart/gmt_quickstart.rst

Things to try
=============

Look at some of the examples found in: `/usr/share/doc/gmt/examples <../../gmt/examples/>`_

.. packages:
  gmt-doc (and -pdf)
  gmt-coast-low
  gmt-examples
  gmt-tutorial (and -pdf)

None of those packages mentioned (as comment) are installed and therefore the examples & tutorial are not there.

2 possible solutions:

  1. Install all those packages on OSGeoLive
  2. Use links from gmt homepage on OSGeoLive-doc and mention that those packages need to be installed.

For the moment I will solve on OSGeoLive-doc as the internal link is giving problems.

#2345 fixed Transifex changes osgeolive@… cvvergara
Description

Transifex has made many changes

  • transifex.yml file is required with more or less the following contents
git:
  filters:
    - filter_type: dir
      file_format: PO
      source_file_extension: po
      source_language: en
      source_file_dir: locale/en/LC_MESSAGES
      # path expression to translation files, must contain <lang> placeholder
      translation_files_expression: 'locale/<lang>/LC_MESSAGES'
  • the tx python client is deprecated and the new one is in go language.

This client is used to pull the translations. So the person doing the task of pulling the translations need to install the new tx client.

  • the tx/config needs to be updated for the new tx client
  • Wiki documentation of how to download translations and building the translated language to check for sphinx errors is needed
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.