If you look at my prior post you can see the screenshot of before I click the Notifications.HiFiKabin wrote: Wed Jul 05, 2023 4:29 pm RC3 shouldn't have these issues
If you are using RC3 then can I please have a screenshot to show the issue
Code: Select all
z-index: 1 !important;
Code: Select all
z-index: 0 !important;
I have contacted gTranslate and they are passing my request up the development chainmrix2000 wrote: Wed Jul 05, 2023 5:05 pm However there is the auto Undefined that we see appear when the en has not been added in Extensions
Fingers crossed for a fix on that issue.
Great stuff and thanks for thatHiFiKabin wrote: Wed Jul 05, 2023 5:48 pm I have contacted gTranslate and they are passing my request up the development chain
gTranslate
folder from the serverhifikabin
to root/ext/
and enable gTranslate in the ACPCode: Select all
"flag_style":"3d"
Code: Select all
<script>
window.gtranslateSettings = {
"detect_browser_language": true,
"wrapper_selector": ".gtranslate_wrapper",
"flag_size": 16,
"flag_style":"3d"
}
</script>
Very strange, and not something I have experienced. maybe a caching issue, either on your server of your browser
Exactly so, but there is a way around it by using the code I have posted in the first post of this topic. The gTranslate code ignores anything wrapped in the ignore code. Not the easiest way to get the desired result, but trying to create an "ignore these words" list would be a never ending nightmaremrix2000 wrote: Fri Jul 07, 2023 9:19 am a member called Allectus but when this mod is enabled it changes his username to " Attracted " in another case we have a metal detecting device called a XP Deus but the translate changes it to XP God
I guess its simply seeing these words as originally in another language and does its job of translating.
You must have something not properly formatted in the files inside the events folder.
Code: Select all
<script>window.gtranslateSettings = {"default_language":"pt","native_language_names":true,
"detect_browser_language":true,"languages":["pt","en","fr","de","ja","nl","it"],"wrapper_selector":
".gtranslate_wrapper","flag_size":16,"flag_style":"3d"}</script>