This file contains 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
ва ==> ва 7114 | |
ваше ==> ва 7106 | |
вало ==> ва 7106 | |
вай ==> ва 7087 | |
вайте ==> ва 7085 | |
вате ==> ва 7083 | |
вал ==> ва 7083 | |
вали ==> ва 7083 | |
валия ==> ва 7083 | |
вахме ==> ва 7083 |
This file contains 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
/* | |
* jQuery Simply Countable plugin | |
* Provides a character counter for any text input or textarea | |
* | |
* @version 0.3 | |
* @homepage http://github.com/aaronrussell/jquery-simply-countable/ | |
* @author Aaron Russell (http://www.aaronrussell.co.uk) | |
* | |
* Copyright (c) 2009 Aaron Russell ([email protected]) | |
* Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) |
This file contains 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
def generate_canonical_link | |
# init variables | |
has_params = false | |
prefix = "?" | |
# proceed | |
href_attr = "" | |
href_attr += request.env['rack.url_scheme'] | |
href_attr += "://" | |
href_attr += SERVICE_DOMAIN | |
href_attr += request.env['REQUEST_PATH'] |
This file contains 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
# Bulgarian localization for Ruby on Rails 2.2+ | |
# by Samson Behar <[email protected]> | |
# | |
# Минимална локализация на приложения за поддръжка на български език. | |
bg: | |
date: | |
formats: | |
default: "%d.%m.%Y" | |
short: "%d %b" |