plepe / OpenStreetBrowser

An application to ‘browse’ the information in the displayed part of the map. Similar to common Wikis and also the main page of http://www.openstreetmap.org the website shows a narrow menu on the left side, most of the page is used for the display of the map. In contrast to most Wikis the menu is not static, but rather the content of the map can be browsed in categories. For the map a special style has been developed (sorry guys, I neither like the default Mapnik nor Osmarender styles), and special overlays are displayed to support the current browsed categories. When you click on an object (either from the list or directly on the map) informations on this object are displayed.
http://www.openstreetbrowser.org
GNU General Public License v3.0
86 stars 20 forks source link

Translation question #102

Closed debyos closed 5 years ago

debyos commented 5 years ago

Dear All,

what do "available branches" mean? (I.e. how should I translate it?) Thanks!

Gábor *

available_branches

plepe commented 5 years ago

I a source code repository you can create branches - these are often used for developing new features before merging them back to the "master" branch. Here for example the list of branches for the main categories: https://github.com/plepe/openstreetbrowser-categories-main/branches

More about branches: https://git-scm.com/book/en/v2/Git-Branching-Basic-Branching-and-Merging

I hope it is now clearer?

plepe commented 5 years ago

Sorry, accidentally closed.

debyos commented 5 years ago

OK, vielen Dank!