https://bugzilla.wikimedia.org/show_bug.cgi?id=52687

Niklas Laxström <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Internationalization        |General/Unknown

--- Comment #1 from Niklas Laxström <[email protected]> ---
The messages are defined in MessagesEn.php:
'size-bytes'      => '$1 B', # only translate this message to other languages
if you have to change it
'size-kilobytes'  => '$1 KB', # only translate this message to other languages
if you have to change it
'size-megabytes'  => '$1 MB', # only translate this message to other languages
if you have to change it
'size-gigabytes'  => '$1 GB', # only translate this message to other languages
if you have to change it
'size-terabytes'  => '$1 TB', # only translate this message to other languages
if you have to change it
'size-petabytes'  => '$1 PB', # only translate this message to other languages
if you have to change it
'size-exabytes'   => '$1 EB', # only translate this message to other languages
if you have to change it
'size-zetabytes'  => '$1 ZB', # only translate this message to other languages
if you have to change it
'size-yottabytes' => '$1 YB', # only translate this message to other languages
if you have to change it

This is not an i18n issue. Some languages have opted to use binary prefixes
already by translating these messages.

This issue is about "What people are used to" vs. "What is technically
correct".

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to