Skip to content

Commit

Permalink
Merge pull request #52 from steveno/master
Browse files Browse the repository at this point in the history
Add dutch translation and some org name changes
  • Loading branch information
steveno committed Apr 3, 2020
2 parents 78eee15 + 9860eac commit 392e1a4
Show file tree
Hide file tree
Showing 9 changed files with 538 additions and 16 deletions.
4 changes: 1 addition & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
If you would like to contribute, check the github issues. Please take any of the tasks you want,
but please also comment on the issue so I know you're working on it.

As always please file any and all [bugs](https://github.com/steveno/balistica/issues?state=open).
As always please file any and all [bugs](https://github.com/fusliero/balistica/issues?state=open).

## Uncrustify
The code is formated through uncrustify. It's not perfect but it works 90% of the time so I use it.
In order to make it simple for me I use the script found [here](https://gist.github.com/steveno/32f098abb6d08e34da29ba182a93705e).
You only need to make sure you're one directory above balistica when you do.

## Seeing debug messages
If you haven't noticed already LibBalistica is sprinkled with debug statements. In order you to see
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# balística ![](https://raw.githubusercontent.com/steveno/balistica/master/data/icons/48x48/apps/balistica.png)
[![Build Status](https://travis-ci.org/steveno/balistica.svg?branch=master)](https://travis-ci.org/steveno/balistica)
# balística ![](https://raw.githubusercontent.com/fusliero/balistica/master/data/icons/48x48/apps/balistica.png)
[![Build Status](https://travis-ci.org/fusliero/balistica.svg?branch=master)](https://travis-ci.org/fusliero/balistica)
[![Translation status](https://translate.fedoraproject.org/widgets/balistica/-/svg-badge.svg)](https://translate.fedoraproject.org/engage/balistica/?utm_source=widget)
[![license](https://img.shields.io/github/license/steveno/balistica.svg?style=flat)](https://github.com/steveno/balistica/blob/master/LICENSE.txt)
[![license](https://img.shields.io/github/license/fusliero/balistica.svg?style=flat)](https://github.com/fusliero/balistica/blob/master/LICENSE.txt)

## About
balística is a simple open source external ballistics calculator. It's
named after the Catalan word for "ballistics" in English. Enjoy!

![balística](https://steveno.github.io/balistica/img/drag_calculation.png)
![balística](https://fusliero.github.io/balistica/img/drag_calculation.png)

## Minimum Requirements
* vala >= 0.38.0
* glib-2.0 >= 2.40.0
* gtk+-3.0 >= 3.10.8
* gee-0.8 >= 0.20.0
* [libbalistica](https://github.com/steveno/libbalistica) >= 1.0
* [libbalistica](https://github.com/fusliero/libbalistica) >= 1.0

### Ubuntu
```bash
Expand All @@ -33,7 +33,7 @@ sudo ninja install
```

## Contributing
Please see [the contributing file](https://github.com/steveno/balistica/blob/master/CONTRIBUTING.md)
Please see [the contributing file](https://github.com/fusliero/balistica/blob/master/CONTRIBUTING.md)

## DISCLAIMER
This program is to be used as REFERENCE or curiosity ONLY. Much like
Expand Down
4 changes: 2 additions & 2 deletions data/balistica.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<li>Compute a round's Point Blank Range (PBR)</li>
</ul>
</description>
<url type="homepage">http://steveno.github.io/balistica/</url>
<url type="bugtracker">http://steveno.github.io/balistica/issues</url>
<url type="homepage">http://fusliero.github.io/balistica/</url>
<url type="bugtracker">http://fusliero.github.io/balistica/issues</url>
<update_contact>oliver.steven@gmail.com</update_contact>
<project_group>GNOME</project_group>
<content_rating type="oars-1.0">
Expand Down
2 changes: 1 addition & 1 deletion help/C/bugs.page
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
<title>Bugs</title>
<p>If you think you've found a bug please report it to the projects page on Github.</p>

<p><link href="https://github.com/steveno/balistica/issues">balística Issue Tracker</link></p>
<p><link href="https://github.com/fusliero/balistica/issues">balística Issue Tracker</link></p>
</page>
1 change: 1 addition & 0 deletions po/LINGUAS
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ es
pt_BR
tr
uk
nl
2 changes: 1 addition & 1 deletion po/Makevars
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ PACKAGE_GNU = no
# It can be your email address, or a mailing list address where translators
# can write to without being subscribed, or the URL of a web page through
# which the translators can contact you.
MSGID_BUGS_ADDRESS = https://github.com/steveno/balistica/issues
MSGID_BUGS_ADDRESS = https://github.com/fusliero/balistica/issues

# This is the list of locale categories, beyond LC_MESSAGES, for which the
# message catalogs shall be used. It is usually empty.
Expand Down
Loading

0 comments on commit 392e1a4

Please sign in to comment.