octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #53526] Translation files for 4.4 Release


From: Rik
Subject: [Octave-bug-tracker] [bug #53526] Translation files for 4.4 Release
Date: Sat, 14 Apr 2018 21:13:08 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #73, bug #53526 (project octave):

@Philip: You're right.  It appears that those strings were never marked for
translation.


  QStringList
  variable_editor::color_names (void)
  {
    QStringList output;

    output << "Foreground";
    output << "Background";
    output << "Selected Foreground";
    output << "Selected Background";
    output << "Alternate Background";

    return output;
  }


I marked them for translation in this cset:
http://hg.savannah.gnu.org/hgweb/octave/rev/65f201566857

I don't know how bothered people will be about the missing translations. 
Torsten could re-generate the .ts files and the translators could go through
another round of edits to add these 5 strings.  Or we could just wait 8 months
until the 5.0 release.

Does anyone have a strong opinion?



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53526>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]