You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Simply pass in a date and coordinates to one of the available chart classes, and
15
15
16
16
## Documentation
17
17
18
-
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.
18
+
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.
19
19
20
20
## Translations
21
21
@@ -25,7 +25,7 @@ Immanuel is currently available in the following locales / languages:
25
25
***pt_BR:** Brazilian Portuguese
26
26
* Coming soon: Spanish translation
27
27
28
-
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).
28
+
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).
29
29
30
30
## Quick Start
31
31
@@ -283,9 +283,9 @@ New translations for Immanuel's output are always welcome, although it is curren
283
283
284
284
* Fork the repo.
285
285
* 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.
286
-
* Create a subdirectory in `/locales` named after your locale code, and another sub-directory under this called `LC_MESSAGES`.
286
+
* Create a subdirectory in `/immanuel/locales` named after your locale code, and another sub-directory under this called `LC_MESSAGES`.
287
287
* Copy `locales/immanuel.pot` into the new `LC_MESSAGES` sub-directory and rename it `immanuel.po`.
288
-
*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:
288
+
*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:
0 commit comments