Page MenuHomePhabricator

Update Phabricator to work with more modular translations
ClosedPublic

Authored by epriestley on Feb 11 2015, 8:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 26, 4:20 AM
Unknown Object (File)
Feb 9 2024, 6:48 AM
Unknown Object (File)
Feb 3 2024, 2:12 AM
Unknown Object (File)
Jan 28 2024, 10:37 AM
Unknown Object (File)
Jan 9 2024, 9:09 AM
Unknown Object (File)
Dec 30 2023, 6:37 PM
Unknown Object (File)
Dec 29 2023, 1:09 AM
Unknown Object (File)
Dec 28 2023, 1:54 PM
Subscribers

Details

Summary

Ref T7152. Ref T1139. This updates Phabricator so third-party libraries can translate their own stuff. Also:

  • Hide "All Caps" when not in development mode, since some users have found this a little confusing.
  • With other changes, adds a "Raw Strings" mode (development mode only).
  • Add an example silly translation to make sure the serious business flag works.
  • Add a basic British English translation.
  • Simplify handling of translation overrides.
Test Plan
  • Flipped serious business / development on and off and saw silly/development translations drop off.
  • Switched to "All Caps" and saw all caps.
  • Switched to Very English, Wow!
  • Switched to British english and saw "colour".

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Update Phabricator to work with more modular translations.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Feb 11 2015, 8:29 PM
epriestley edited edge metadata.
  • Remove translation.provider.
  • Update documentation a bit.
  • Caught one misspelling in a comment.
This revision was automatically updated to reflect the committed changes.