pid / speakingurl

Generate a slug – transliteration with a lot of options
http://pid.github.io/speakingurl/
BSD 3-Clause "New" or "Revised" License
1.12k stars 84 forks source link

Translation needed: Latvian #57

Closed pid closed 9 years ago

pid commented 9 years ago
           'lv': {
                '∆': 'delta',
                '∞': 'infinity',
                '♥': 'love',
                '&': 'and',
                '|': 'or',
                '<': 'less than',
                '>': 'greater than',
                '∑': 'sum',
                '¤': 'currency'
            },

!!! Translation must be already transliterated !!!

simi commented 9 years ago

maybe @ugisozols can help here

ugisozols commented 9 years ago

Sure. It's the same what google translate would give you :)

'lv': {
  '∆': 'delta',
  '∞': 'bezgalība',
  '♥': 'mīlestība',
  '&': 'un',
  '|': 'vai',
  '<': 'mazāk nekā',
  '>': 'lielāks nekā',
  '∑': 'summa',
  '¤': 'valūta'
},
pid commented 9 years ago

thanks :+1: