Skip to content

thpatch/mediawiki-extensions-Translate

Folders and files

NameName
Last commit message
Last commit date
Jan 17, 2023
Oct 18, 2021
Jan 17, 2023
Jan 22, 2023
Jan 22, 2023
Jan 22, 2023
Jan 18, 2023
Oct 18, 2022
Jun 2, 2023
Jan 17, 2023
Jan 17, 2023
Jan 17, 2023
Nov 10, 2021
May 7, 2019
Oct 25, 2016
Apr 12, 2021
Nov 25, 2022
Sep 4, 2021
May 25, 2021
Sep 8, 2018
Jan 5, 2014
Jun 6, 2022
Nov 10, 2021
Apr 15, 2021
Jul 26, 2022
Oct 4, 2016
Jan 22, 2023
Mar 22, 2021
Oct 15, 2017
Sep 1, 2022
Jan 22, 2023
Nov 17, 2022
Jan 22, 2023
Aug 16, 2022
Nov 17, 2022
Nov 17, 2022
Aug 25, 2020

Repository files navigation

Touhou Patch Center fork, implementing the following changes:

• On game data pages, untranslated sections are blanked out rather than copied
  from the source language. This is required for leaving out empty sections in
  the parsed patch files, allow patch stacking to work as intended. To achieve
  this, this fork depends on the https://github.com/thpatch/TouhouPatchCenter
  extension.
• The source language of aggregate groups is defined by the source language of
  the first page added to it, and any further page must share the same source
  language. `update.php` applies this constraint to any previously created
  aggregate groups. (https://phabricator.wikimedia.org/T301311)
• Dynamic message groups (*Recent additions* and *Recent translations*) were
  removed, as we can't guarantee that they share the same source language.
• A redesigned translation interface, merging the original list, page, and
  proofread modes into a single tabular layout.
• The *Priority languages* section was removed from Special:PageTranslation.

Original README below.


-------------------------------------------------------------------------------


The Translate extension makes MediaWiki a powerful tool to translate every
kind of text. It's used especially to translate software user interfaces and
to manage multilingual wikis in a sensible way.

== Copying ==
See http://www.gnu.org/licenses/gpl2.html

== Installation ==
For a very very quick start add the following to LocalSettings.php:

 wfLoadExtension( 'Translate' );
 $wgGroupPermissions['user']['translate'] = true;
 $wgGroupPermissions['user']['translate-messagereview'] = true;
 $wgGroupPermissions['sysop']['pagetranslation'] = true;

More documentation is at
 https://www.mediawiki.org/wiki/Help:Extension:Translate
 https://www.mediawiki.org/wiki/Help:Extension:Translate/Installation
 https://www.mediawiki.org/wiki/Help:Extension:Translate/Configuration

== Contributing ==
To translate this extension go to https://translatewiki.net and sign up.

To contribute features, fixes and code maintenance, please see
* https://www.mediawiki.org/wiki/Special:MyLanguage/How_to_become_a_MediaWiki_hacker
* https://www.mediawiki.org/wiki/Special:MyLanguage/Code_of_Conduct
* https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Extension:Translate/Getting_started_with_development

There is also a dedicated Translate and translatewiki.net development
environment, see
* https://gerrit.wikimedia.org/r/plugins/gitiles/translatewiki/+/refs/heads/master/puppet/README

Known bugs and feature requests are collected and reported at
 https://phabricator.wikimedia.org/tag/mediawiki-extensions-translate/

You can chat with the developers at #wikimedia-language on Libera Chat IRC.

About

Because fanpatch.net just ain't gonna happen ¯\_(ツ)_/¯

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published