- Python
- Inkscape (on command line path)
- ImageMagick
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Ratings Stars | |
(with as little code as possible) | |
*/ | |
.rating { | |
unicode-bidi: bidi-override; | |
direction: rtl; | |
text-align: center; | |
} | |
.rating > span { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pt-BR: | |
flash: | |
male: &male | |
create: | |
notice: "%{resource_name} criado com sucesso." | |
update: | |
notice: "%{resource_name} editado com sucesso." | |
destroy: | |
notice: "%{resource_name} apagado com sucesso." | |
alert: "%{resource_name} não pode ser apagado." |