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
#!/usr/bin/env python | |
# -*- coding: utf8 -*- | |
# Plural-Forms for fr (French)) | |
nplurals=2 # French language has 2 forms: | |
# 1 singular and 1 plural | |
# Determine plural_id for number *n* as sequence of positive | |
# integers: 0,1,... | |
# NOTE! For singular form ALWAYS return plural_id = 0 |
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
### Keybase proof | |
I hereby claim: | |
* I am matclab on github. | |
* I am matclab (https://keybase.io/matclab) on keybase. | |
* I have a public key ASDghi9bjHqIY4Aqx0OyN6bbuIxcVvd3UZD20vKKDwc2bwo | |
To claim this, I am signing this object: |
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
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
# | |
##### Custommization | |
# Shall we use an icon instead of the current activity in the | |
USE_ICON=False | |
# Shall we add an "Add activity" link (for hamster 2+) |