Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/opensuse/software-o-o

The site behind https://software.opensuse.org. It is the default web interface to download openSUSE distributions and to search for OBS packages. Packaged at https://build.opensuse.org/project/show/openSUSE:infrastructure:software.opensuse.org
https://github.com/opensuse/software-o-o

hacktoberfest packages rails rails-application ruby

Last synced: 29 days ago
JSON representation

The site behind https://software.opensuse.org. It is the default web interface to download openSUSE distributions and to search for OBS packages. Packaged at https://build.opensuse.org/project/show/openSUSE:infrastructure:software.opensuse.org

Awesome Lists containing this project

README

        

# How to update the translations for software.o.o:

The translation files are commited from [openSUSE Weblate instance](https://l10n.opensuse.org).
You can take part in translating software-o-o there.

If there are new strings in the software-o-o code, use:
```sh
bundler exec rails updatepo
```

# MO files

The .mo files are created as part of the build in OBS, as follows (only those without fuzzy translations will be copied):
```sh
bundler exec rails makemo
```
You don't need to perform this step as part of the development.