Variables in website/newdesign.po

Hi,

Anyone is sure about handling these lines ?:

msgctxt "BitPay:CheckoutLocale"
msgid "en_US"
msgstr ""

I guess this is supposed to be translated to my locale (is_IS); I can see that the Germans put de_DE but Sophie an her french team put en_US here.

Hi Sveinn,

Hi,

Anyone is sure about handling these lines ?:

msgctxt "BitPay:CheckoutLocale"
msgid "en_US"
msgstr ""

I guess this is supposed to be translated to my locale (is_IS); I can
see that the Germans put de_DE but Sophie an her french team put en_US
here.
--------

msgctxt "DonatePage:DEFAULT_CURRENCY"
msgid "USD"
msgstr ""

Both the above-mentionned teams put EUR here; I would have guessed, but
what happens in the next lines to those who keep USD as currency ?:

msgctxt "DonatePage:DEFAULT_AMOUNT_EUR05"
msgid "5"
msgstr ""

msgctxt "DonatePage:DEFAULT_AMOUNT_EUR10"
msgid "10"
msgstr ""

msgctxt "DonatePage:DEFAULT_AMOUNT_EUR20"
msgid "20"
msgstr ""

msgctxt "DonatePage:DEFAULT_AMOUNT_EUR50"
msgid "50"
msgstr ""

Are the amounts always calculated in EUR regardless of the currency ???

Either you chose a default amount in EUR (5, 10, ...) or you chose the
currency and the amount.
Cheers
Sophie

Þann þri 9.des 2014 14:28, skrifaði Sophie:

Hi Sveinn,

Þann þri 9.des 2014 14:28, skrifaði Sophie:

Hi Sveinn,

Hi,

Anyone is sure about handling these lines ?:

msgctxt "BitPay:CheckoutLocale"
msgid "en_US"
msgstr ""

I guess this is supposed to be translated to my locale (is_IS); I can
see that the Germans put de_DE but Sophie an her french team put en_US
here.
--------

-------------

Either you chose a default amount in EUR (5, 10, ...) or you chose the
currency and the amount.
Cheers
Sophie

But why do you keep "en_US" as a CheckoutLocale in the French translation ?

Because I didn't see the difference on the FR site, but I may be wrong :slight_smile:
Cheers
Sophie

Hi Sveinn, *,

Anyone is sure about handling these lines ?:

msgctxt "BitPay:CheckoutLocale"
msgid "en_US"
msgstr ""

I guess this is supposed to be translated to my locale (is_IS); I can see
that the Germans put de_DE but Sophie an her french team put en_US here.

Not all languages are supported, so might need to use a fallback there.

--------

msgctxt "DonatePage:DEFAULT_CURRENCY"
msgid "USD"
msgstr ""

Both the above-mentionned teams put EUR here; I would have guessed, but what
happens in the next lines to those who keep USD as currency ?:

Not all currencies are supported by both paypal and Concardis, so
might pick what makes sense here.

msgctxt "DonatePage:DEFAULT_AMOUNT_EUR05"
msgid "5"
msgstr ""

those are meant to be the equivalent of 5, 10,.... Euro in the
currency you picked above.
I.e. if you were to use Japanese Yen, it wouldn't make sense to have 5
Yen donations, as the fees already would eat that up. so the
approximate equivalent of 5 Euro would be 500 Yen → you'd put 500 in
there.

The donations are performed in the donation that was picked, so in
case currency is Yen, and value is 500, then 500 Yen would be paid by
the donator. Gets the value of 500 Yen in Euro (minus currency
conversion fees, minus paypal or Concardis fees)

ciao
Christian