Changes between Version 72 and Version 73 of Translations


Ignore:
Timestamp:
2022-12-25T22:00:49+01:00 (17 months ago)
Author:
skyper
Comment:

typo

Legend:

Unmodified
Added
Removed
Modified
  • Translations

    v72 v73  
    4141The templates at Launchpad are updated each night together with the new latest build. Translations are imported before each new release (or more often when needed).
    4242
    43 The Java translation has some specialities which must be remembered when translating:
     43The Java translation has some specialties which must be remembered when translating:
    4444 * The `'` sign [https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/text/MessageFormat.html is a special character]. It must be escaped by another `'`, so `''` means a single quote in resulting display.
    4545 * For languages with heavy usage of this character the typographic `’` may be used instead of the escaping (looks better when translating, in the final software a user will hardly see the difference).