Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switch to nushell #37

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
all: install

install:
for i in po/*.po; do lang="$$(basename "$$i" .po)" && sudo mkdir -p $(DESTDIR)/usr/share/locale/"$$lang"/LC_MESSAGES/ && sudo msgfmt -o $(DESTDIR)/usr/share/locale/"$$lang"/LC_MESSAGES/rhino-pkg.mo po/"$$lang".po ; done
sudo install -Dm755 rhino-pkg -t $(DESTDIR)/usr/bin/
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,3 @@ Example execution:
Are you sure? (y/N)
[...]
```

### How you can help
* Work on translations into languages not finished yet by either editing the `po/<language_code>.po` file, making a new one by running `cp po/rhino-pkg.pot po/<language_code>.po`, or using weblate (https://hosted.weblate.org/projects/rhino-linux/rhino-pkg/). Once you have completed or partially completed a po file, make a PR and we will merge it! Our goal is to have as many languages translated as possible due to the amount of people who may not be fluent in English.

#### Supported languages

<a href="https://hosted.weblate.org/engage/rhino-linux/">
<img src="https://hosted.weblate.org/widgets/rhino-linux/-/rhino-pkg/multi-blue.svg" alt="Translation status" />
</a>
61 changes: 0 additions & 61 deletions po/bn.po

This file was deleted.

39 changes: 0 additions & 39 deletions po/de.po

This file was deleted.

59 changes: 0 additions & 59 deletions po/enm.po

This file was deleted.

36 changes: 0 additions & 36 deletions po/es.po

This file was deleted.

33 changes: 0 additions & 33 deletions po/fr.po

This file was deleted.

61 changes: 0 additions & 61 deletions po/hi.po

This file was deleted.

61 changes: 0 additions & 61 deletions po/id.po

This file was deleted.

Loading