adding missing i18n translations for shitpost mode
This commit is contained in:
@@ -415,6 +415,7 @@
|
||||
upload_shitposting_status: "{{ t('upload.shitposting_status') || 'Shitposting' }}",
|
||||
upload_comment_placeholder: "{{ t('upload.item_comment_placeholder') || 'Comment (optional)...' }}",
|
||||
upload_tags_placeholder: "{{ t('upload.item_tags_placeholder') || 'Tags...' }}",
|
||||
upload_add_more: "{{ t('upload.add_more') || 'Add more' }}",
|
||||
// timeago
|
||||
timeago_just_now: "{{ t('timeago.just_now') }}",
|
||||
timeago_year: "{{ t('timeago.year') }}",
|
||||
|
||||
@@ -41,9 +41,9 @@
|
||||
<div class="url-input-container">
|
||||
@if(shitpost_mode)
|
||||
<div class="url-shitpost-container" style="display: flex; flex-direction: column; gap: 6px;">
|
||||
<input type="url" id="url-upload-input" name="url" placeholder="Paste or type a URL..." autocomplete="off" style="width: 100%;">
|
||||
<input type="url" id="url-upload-input" name="url" placeholder="{{ t('upload.url_placeholder_shitpost') }}" autocomplete="off" style="width: 100%;">
|
||||
<button type="button" class="btn-add-urls">
|
||||
<i class="fa-solid fa-plus-circle"></i> Add
|
||||
<i class="fa-solid fa-plus-circle"></i> {{ t('common.add') }}
|
||||
</button>
|
||||
</div>
|
||||
@else
|
||||
|
||||
Reference in New Issue
Block a user