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: 3 months 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 (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-04-01T09:48:23.000Z (3 months ago)
- Last Synced: 2025-04-01T19:23:17.763Z (3 months ago)
- Topics: hacktoberfest, packages, rails, rails-application, ruby
- Language: SCSS
- Homepage: https://software.opensuse.org/
- Size: 363 MB
- Stars: 144
- Watchers: 49
- Forks: 114
- Open Issues: 117
-
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.