Skip to content

Commit

Permalink
Bump to v1.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
theriftlab committed Apr 16, 2024
1 parent deb96b1 commit cfad284
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Simply pass in a date and coordinates to one of the available chart classes, and

## Documentation

Full documentation is available [here](https://github.com/theriftlab/immanuel-python/tree/v1.3.0/docs/0-contents.md), or follow the Quick Start below to see how to quickly generate a natal chart.
Full documentation is available [here](https://github.com/theriftlab/immanuel-python/tree/v1.3.1/docs/0-contents.md), or follow the Quick Start below to see how to quickly generate a natal chart.

## Translations

Expand All @@ -25,7 +25,7 @@ Immanuel is currently available in the following locales / languages:
* **pt_BR:** Brazilian Portuguese
* Coming soon: Spanish translation

See [the documentation](https://github.com/theriftlab/immanuel-python/tree/v1.3.0/docs/5-settings.md#locale) on how to switch. The documentation itself is not currently available in other translations. To contribute translations, see [below](#contributions).
See [the documentation](https://github.com/theriftlab/immanuel-python/tree/v1.3.1/docs/5-settings.md#locale) on how to switch. The documentation itself is not currently available in other translations. To contribute translations, see [below](#contributions).

## Quick Start

Expand Down Expand Up @@ -283,9 +283,9 @@ New translations for Immanuel's output are always welcome, although it is curren

* Fork the repo.
* Create a branch named after the locale, eg. `translations/pr_BR` - locale names for various languages can be found online, for example [here](https://learn.microsoft.com/en-us/openspecs/office_standards/ms-oe376/6c085406-a698-4e12-9d4d-c3b0ee3dbc4a), although you should use an underscore rather than a hyphen.
* Create a subdirectory in `/locales` named after your locale code, and another sub-directory under this called `LC_MESSAGES`.
* Create a subdirectory in `/immanuel/locales` named after your locale code, and another sub-directory under this called `LC_MESSAGES`.
* Copy `locales/immanuel.pot` into the new `LC_MESSAGES` sub-directory and rename it `immanuel.po`.
* For every English word in a `msgid` string, if there is a direct translation in your language, enter it in the following empty `msgstr`. For gendered adjectives, you will need to add all gendered variants using `msgctxt` like this:
* Within `immanuel.po`, for every English word or sentence in a `msgid` string, if there is a direct translation in your language, enter it in the following empty `msgstr`. For gendered adjectives, you will need to add all gendered variants using `msgctxt` like this:
```
msgctxt "masculine"
msgid "Applicative"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "immanuel"
version = "1.3.0"
version = "1.3.1"
description = "Quickly produce both human-readable and JSON-formatted astrology chart data based on the Swiss Ephemeris and astro.com."
authors = [
{ name = "Robert Davies", email = "[email protected]" },
Expand Down

0 comments on commit cfad284

Please sign in to comment.