mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-19 04:27:05 -04:00
Merge branch 'main' of https://gitlab.com/ThatTransGirl/pronouns-page-hebrew
This commit is contained in:
commit
6ddfcbb43e
@ -73,6 +73,15 @@ Current setup depends on working symlinks, which means that an NTFS filesystem i
|
||||
For unpublished locales and for the test server, a password is required to access the web interface.
|
||||
If you're on our Discord, you can ask for it there (or just use `published: true` for local development).
|
||||
|
||||
### Windows
|
||||
|
||||
Current setup depends on working symlinks, which means that NTFS is unfortunately required for Windows at the moment.
|
||||
|
||||
### Password
|
||||
|
||||
For unpublished locales and for the test server, a password is required to access the web interface.
|
||||
If you're on our Discord, you can ask for it there (or just use `published: true` for local development).
|
||||
|
||||
## Current translations being worked on
|
||||
- Catalan - @peiprjs
|
||||
- Hebrew - @ThatTransGirl
|
||||
|
@ -5,7 +5,7 @@
|
||||
<p class="text-center h5">{{phkey}}</p>
|
||||
<Debug :v="adConfig"/>
|
||||
</template>
|
||||
<div v-else-if="adConfig.waldo" class="adsbynewor" :id="'waldo-tag-' + adConfig.slotId"></div>
|
||||
<div v-else-if="adConfig.waldo" :class="['adsbynewor', adConfig.video ? 'waldo-video-tag' : '']" :id="'waldo-tag-' + adConfig.slotId"></div>
|
||||
<ins v-else-if="adConfig.adsense" class="adsbygoogle"
|
||||
style="display:block;margin-block: 1em;"
|
||||
data-ad-client="ca-pub-8518361481036191"
|
||||
@ -47,7 +47,7 @@ export default {
|
||||
return { active: false, adConfig: {} }; // FIXME
|
||||
}
|
||||
|
||||
const {slotId, adFormat, adLayout = null, responsive = false} = adPlaceholders[this.phkey];
|
||||
const {slotId, adFormat, adLayout = null, responsive = false, video = false} = adPlaceholders[this.phkey];
|
||||
return {
|
||||
active: true,
|
||||
adConfig: {
|
||||
@ -56,6 +56,7 @@ export default {
|
||||
adFormat,
|
||||
adLayout,
|
||||
responsive,
|
||||
video,
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -1,4 +1,5 @@
|
||||
locale: '<TODO>'
|
||||
# dir: 'rtl'
|
||||
|
||||
header: true
|
||||
|
||||
|
@ -9,10 +9,10 @@ export default {
|
||||
'aside-right-middle': {slotId: '15312'}, // prev: {slotId: 2369847195, adFormat: 'auto', responsive: true},
|
||||
'aside-right-bottom': null, // prev: {slotId: 6664353412, adFormat: 'auto', responsive: true},
|
||||
|
||||
'main-0': {slotId: '15306'}, // prev: {slotId: 3137058361, adFormat: 'auto', adLayout: 'in-article'}, // prev: {slotId: 8172838213, adFormat: 'auto', responsive: true},
|
||||
'main-1': {slotId: '15309'}, //{slotId: 3299823474, adFormat: 'auto', responsive: true},
|
||||
'main-2': {slotId: '15310'}, // {slotId: 3108251782, adFormat: 'auto', responsive: true},
|
||||
'main-3': null, // {slotId: 6716873048, adFormat: 'auto', responsive: true},
|
||||
'main-0': {slotId: '15372', video: true}, // prev: {slotId: 3137058361, adFormat: 'auto', adLayout: 'in-article'}, // prev: {slotId: 8172838213, adFormat: 'auto', responsive: true},
|
||||
'main-1': {slotId: '15306'}, //{slotId: 3299823474, adFormat: 'auto', responsive: true},
|
||||
'main-2': {slotId: '15309'}, // {slotId: 3108251782, adFormat: 'auto', responsive: true},
|
||||
'main-3': {slotId: '15310'}, // {slotId: 6716873048, adFormat: 'auto', responsive: true},
|
||||
'main-4': null,
|
||||
'main-5': null,
|
||||
'main-6': null,
|
||||
|
Loading…
x
Reference in New Issue
Block a user