Skip to content
This repository was archived by the owner on Apr 1, 2022. It is now read-only.

Have updated language code ta_IN into profile.py #150

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions src/services/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,16 @@
"text": u"🙋🏽 Здравствуйте {{user_first_name}}! Нажмите Начать,"
" кнопку ниже, чтобы получить доступ к ресурсам"
" DevC Facebook, связанным с миром Open Source 🔓."
},
{
"locale": "ta_IN",
"text": u"🙋🏽 வணக்கம் {{user_first_name}}!திறந்த பேஸ்புக் வளங்கள், "
"தொடர்பாக பேஸ்புக் டெவலப்பர் ,சமூகம் உருவாக்கிய வளங்களை அணுக"
"கீழே உள்ள தொடங்கு பட்டனை கிளிக் செய்யவும் 🔓."


}

]
}

Expand Down Expand Up @@ -271,9 +280,30 @@
"type": "postback",
"title": "🔓 FB Open Source",
"payload": "FB_OS"
},
{
"locale": "ta-IN",
"composer_input_disabled": False,
"call_to_actions": [
{
"type": "postback",
"title": "🏁 மீண்டும் தொடங்குங்கள்",
"payload": "START"
},
{
"type": "postback",
"title": "🗄️ மெய்ன் மெனு",
"payload": "MAIN_MENU"
},
{
"type": "postback",
"title": "🔓 திறந்த மூல பேஸ்புக் வளங்கள்",
"payload": "FB_OS"
}
]
}
]
}
]
}

Expand Down