CritiqueBrainz:Internationalization: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(Update note as CB is still not using translations for now)
(Reviewed many times already)
 
(One intermediate revision by the same user not shown)
Line 21: Line 21:
== Viewing the translations ==
== Viewing the translations ==


<span style="color: red;"><b>NOTE:</b> The translations will be saved for later on as they are not currently being used in CritiqueBrainz. A patch is on its way to restore this feature though.</span>

<!--
Some of the more complete translations are available on the only server at https://critiquebrainz.org/.
Some of the more complete translations are available on the only server at https://critiquebrainz.org/.


The translations do not update automatically, they are updated at [https://github.com/metabrainz/critiquebrainz/releases release] time only.
The translations do not update automatically, they are updated at [https://github.com/metabrainz/critiquebrainz/releases release] time only.
-->


== Development ==
== Development ==
Line 39: Line 43:
* CritiqueBrainz supports writing reviews in an auto-detected/manually selectable language.
* CritiqueBrainz supports writing reviews in an auto-detected/manually selectable language.


[[Category:To Be Reviewed]] [[Category:Internationalization]]
[[Category:Internationalization]]

Latest revision as of 18:34, 12 December 2023

This page is intended for translators of CritiqueBrainz, and for people interested in the state of its internationalization.

Getting started

For a general introduction about translation platform, projects, and languages, please refer to the more general page about translation.

NOTE: The translations will be saved for later on as they are not currently being used in CritiqueBrainz. A patch is on its way to restore this feature though.

Questions or problems

To discuss about:

To report internationalization problems about Critiquebrainz:

For more real-time interactive conversation with developers, you’re welcome to ask in the #metabrainz IRC channel.

Viewing the translations

NOTE: The translations will be saved for later on as they are not currently being used in CritiqueBrainz. A patch is on its way to restore this feature though.


Development

The CritiqueBrainz server code is using gettext to provide with automatic translation of messages and texts used in the Python code and Jinja2 HTML templates.

A POT file is provided with all the strings used in the server. They are in English.

See developer documentation at:

Beyond translation

  • CritiqueBrainz supports writing reviews in an auto-detected/manually selectable language.