Problem/Motivation

It is included in ISO 4217. The currency code is GEL, Numeric code is 981. This is wikipedia link about ISO 4217 http://en.wikipedia.org/wiki/ISO_4217

Proposed resolution

Add it to the currency file.

    'GEL' => array(
      'code' => 'GEL',
      'symbol' => 'ლ',
      'name' => t('Georgian Lari'),
      'numeric_code' => '981',
      'symbol_placement' => 'before',
      'code_placement' => 'hidden',
      'minor_unit' => t('Tetri'),
      'major_unit' => t('Lari'),
    ),

Comments

dwkitchen’s picture

StatusFileSize
new1.39 KB

Patch attached

dwkitchen’s picture

Status: Active » Needs review
bojanz’s picture

Status: Needs review » Needs work

The GEL symbol is not a part of Unicode yet, we can't use it. We should hide the symbol, and show the code after the amount instead.
CLDR also specifies that the grouping separator is one blank space.

acrollet’s picture

StatusFileSize
new722 bytes

The Lari is now part of the official unicode spec. (See: http://www.unicode.org/charts/PDF/U20A0.pdf) Updated patch attached.

acrollet’s picture

Status: Needs work » Needs review
acrollet’s picture

StatusFileSize
new722 bytes

Attaching updated version of #1 for makefile purposes, please review #4

  • bojanz committed eeb1627 on 7.x-1.x authored by acrollet
    Issue #2256853 by acrollet, dwkitchen: Add Georgian Lari to Currencies
    
bojanz’s picture

Status: Needs review » Fixed

According to CLDR, the symbol goes after the amount, not before like this patch specified.
Made that change, and committed. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.