Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replacing single quotes with double quotes #160

Closed
transl8bzimport opened this issue Nov 14, 2005 · 2 comments
Closed

replacing single quotes with double quotes #160

transl8bzimport opened this issue Nov 14, 2005 · 2 comments

Comments

@transl8bzimport
Copy link

Version: 0.8rc2

Originally posted by David Farning:

running - roundtriptests against translation-tools 0.8rc4.20051109
against -
firefox 1.5rc1 da.xpi

Example:

diff uBwbEir da.xpi.tmp/chrome/locale/browser/credits.dtd
da.xpi.new.tmp/chrome/locale/browser/credits.dtd
-
- da.xpi.tmp/chrome/locale/browser/credits.dtd 2005-09-26
19:13:30.000000000 -0500
+ da.xpi.new.tmp/chrome/locale/browser/credits.dtd 2005-11-11
13:48:34.000000000 -0600
@ -3,12 +3,11 @
<!ENTITY credit.core “Kerne udviklingsholdet”>
<!ENTITY credit.gecko “Gecko Layout Engine”>

  1. <!ENTITY credit.thanks “Specielt tak til”>
<!—

-<!ENTITY credit.translation

Translators

  • Name Here
”>
—>
+
<!ENTITY credit.translation “

Dansk oversættelse

  • Søren
    Lønbæk Nygaard Christensen
  • Søren Munk Skrøder
”>

<!ENTITY credit.visuals “Visuel design koordinator”>

diff uBwbEir da.xpi.tmp/chrome/locale/browser/help/platformStrings.dtd
da.xpi.new.tmp/chrome/locale/browser/help/platformStrings.dtd
-
- da.xpi.tmp/chrome/locale/browser/help/platformStrings.dtd 2005-08-19
15:05:32.000000000 -0500
+ da.xpi.new.tmp/chrome/locale/browser/help/platformStrings.dtd
2005-11-11 13:48:36.000000000 -0600
@ -22,18 +22,18 @
class="noWin">Preference’ >
<!ENTITY pref.pluralCaps ’Options<span

  1. class="noWin">Preferences’ >

-<!ENTITY ctrlKey ‘Ctrl’ >
+
+<!ENTITY ctrlKey “Ctrl”>

Please notice in the last line, the replacement of single quotes with
double quotes.

For more information please see
http://www.rtklib.org/roundtriptests/ff_1.5rc1_xpi/da.diff

thanks
-dtf

@davidfraser
Copy link

It’s debatable whether this one is worth the effort…
I’d like to preserve the source as much as possible, but preserving quoting
characters doesn’t gain us that much.
If there’s a simple patch I could include it though :-)

@dwaynebailey
Copy link
Member

See `BZ-IMPORT::comment #1`. The gain is minimal. Would be nice but not that important.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants
@davidfraser @dwaynebailey @transl8bzimport and others