mirror of
https://github.com/friendica/friendica
synced 2025-04-26 20:30:11 +00:00
We've got no mood anymore
This commit is contained in:
parent
2a55cf2a3d
commit
0608efc38a
3 changed files with 0 additions and 49 deletions
|
@ -1118,40 +1118,6 @@ function get_poke_verbs() {
|
|||
return $arr;
|
||||
}
|
||||
|
||||
/**
|
||||
* Load moods
|
||||
* @return array index is mood, value is translated mood
|
||||
* @hook mood_verbs moods array
|
||||
*/
|
||||
function get_mood_verbs() {
|
||||
|
||||
$arr = array(
|
||||
'happy' => t('happy'),
|
||||
'sad' => t('sad'),
|
||||
'mellow' => t('mellow'),
|
||||
'tired' => t('tired'),
|
||||
'perky' => t('perky'),
|
||||
'angry' => t('angry'),
|
||||
'stupefied' => t('stupified'),
|
||||
'puzzled' => t('puzzled'),
|
||||
'interested' => t('interested'),
|
||||
'bitter' => t('bitter'),
|
||||
'cheerful' => t('cheerful'),
|
||||
'alive' => t('alive'),
|
||||
'annoyed' => t('annoyed'),
|
||||
'anxious' => t('anxious'),
|
||||
'cranky' => t('cranky'),
|
||||
'disturbed' => t('disturbed'),
|
||||
'frustrated' => t('frustrated'),
|
||||
'motivated' => t('motivated'),
|
||||
'relaxed' => t('relaxed'),
|
||||
'surprised' => t('surprised'),
|
||||
);
|
||||
|
||||
call_hooks('mood_verbs', $arr);
|
||||
return $arr;
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Translate days and months names.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue