Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding New Language (Turkish) #305

Open
wants to merge 102 commits into
base: master
Choose a base branch
from
Open

Adding New Language (Turkish) #305

wants to merge 102 commits into from

Conversation

gokhanege
Copy link

(function($) {
	FlipClock.Lang.Turkish = {
		'years'   : 'Yıl',
		'months'  : 'Ay',
		'days'    : 'Gün',
		'hours'   : 'Saat',
		'minutes' : 'Dakika',
		'seconds' : 'Saniye'	
	};
	FlipClock.Lang['tr']      = FlipClock.Lang.Turkish;
	FlipClock.Lang['tr-tr']   = FlipClock.Lang.Turkish;
	FlipClock.Lang['turkish'] = FlipClock.Lang.Turkish;
}(jQuery));

…"cid", a unique id assigned to all objects created by FlipClock
…r passing the object to child classes as a property
…The flip() method was getting triggered twice.
… the number of seconds. Should never display 60.
…es should be automatically added to the clock
Brian Espinosa and others added 30 commits February 29, 2016 22:05
Signed-off-by: Brian Espinosa <[email protected]>
Signed-off-by: Brian Espinosa <[email protected]>
Signed-off-by: Brian Espinosa <[email protected]>
Signed-off-by: Brian Espinosa <[email protected]>
Signed-off-by: Brian Espinosa <[email protected]>
Signed-off-by: Brian Espinosa <[email protected]>
Signed-off-by: Brian Espinosa <[email protected]>
…1.0.0

# Conflicts:
#	compiled/flipclock.min.js
#	package.json
…1.0.0

# Conflicts:
#	src/flipclock/js/lang/fa-ir.js
…1.0.0

# Conflicts:
#	package.json
#	src/flipclock/js/libs/core.js
Added new method `getDefaultOptions()` to all classes that returns the default options object
Fixed some classes that used prototype properties instead of using the getOption() and setOption() methods.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants