Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@master
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: djyde/cusdis
username: ${{ secrets.DOCKER_HUB_USERNAME }}
Expand Down
8 changes: 4 additions & 4 deletions widget/lang/tr.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
window.CUSDIS_LOCALE = {
powered_by: 'Cusdis tarafından',
powered_by: 'Cusdis ile çalışmaktadır',
post_comment: 'Yorumu Gönder',
loading: 'Yükleniyor',

// comment
email: 'Email (isteğe bağlı)',
nickname: 'Nickname',
email: 'E-posta (isteğe bağlı)',
nickname: 'İsim',
reply_placeholder: 'Yanıtla...',
reply_btn: 'Yanıtla',
sending: 'gönderiliyor...',

// reply
mod_badge: 'MOD',
content_is_required: 'Yorum gereklidir',
nickname_is_required: 'Nickname gereklidir',
nickname_is_required: 'İsim gereklidir',

comment_has_been_sent:
'Yorumunuz gönderildi. Lütfen onaylanmasını bekleyin.',
Expand Down