Custom Query (1138 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (190 - 192 of 1138)

Ticket Resolution Summary Owner Reporter
#2254 fixed [translations] Actions & travis cvvergara cvvergara
Description

Travis is taking around 16 minutes to check links in 4 languages

Move the link checking of languages to github actions as they can run in parallel, it takes less time to check the links.

How "should" it work:

  • English links is always checked
  • if the (last) commit message has the string [<lang>] that language links is checked

for example:

Commit msg Action
[es] updating links will only trigger Spanish translations link checking. (and English)
[es][de] downloading translations will trigger Spanish & German translations link checking. (and English)
change mapserver version will trigger only the English link checking
#2308 fixed Update Overview cvvergara cvvergara
Description
  • Order the projects in each category: first the OSGeo projects, then the community projects at the end the non OSGeo projects
  • Order alphabetically
  • Add a section for "Only found in vmdk"
#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
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.