Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/opensuse/software-o-o
- Owner: openSUSE
- License: gpl-2.0
- Created: 2011-10-19T13:22:29.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2024-10-08T09:55:50.000Z (about 1 month ago)
- Last Synced: 2024-10-10T04:42:45.677Z (29 days ago)
- Topics: hacktoberfest, packages, rails, rails-application, ruby
- Language: SCSS
- Homepage: https://software.opensuse.org/
- Size: 304 MB
- Stars: 139
- Watchers: 49
- Forks: 111
- Open Issues: 107
-
Metadata Files:
- Readme: README.i18n
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.