Discuss Scratch

Looky1173
Scratcher
100+ posts

[Incubator RC.2.0 is AVAILABLE FOR TESTING] Itinerary: Scratch Game Jams & More (itinerary.eu.org)

@mbrick2 You will find all the pages in the pages directory. Just create a new `.vue` file in there like so `<name of the page>.vue` and modify this template to make, for example, the FAQ or whatever you want:
<template>
    <div class="container">
        <Navigation />
        <div class="content">
            <div class="card">
                <h1>TITLE</h1>
                <p>PARAGRAPH</p>
                <INSERT MORE STUFF HERE />
            </div>
        </div>
        <Footer />
    </div>
</template>
<script>
    export default {
        head() {
            return {
                title: '<NAME OF THE PAGE> | Itinerary'
            };
        }
    };
</script>
<style scoped>
</style>

Looky1173
Scratcher
100+ posts

[Incubator RC.2.0 is AVAILABLE FOR TESTING] Itinerary: Scratch Game Jams & More (itinerary.eu.org)

mbrick2 wrote:

I figured out how to
Superb!

qloakonscratch
Scratcher
1000+ posts

[Incubator RC.2.0 is AVAILABLE FOR TESTING] Itinerary: Scratch Game Jams & More (itinerary.eu.org)

im on scratch tools




Now Showing: CCRP V
https://scratch.mit.edu/studios/33864948/


Coding on Scratch since 2013

Foruming since 2016

In the Forum Helpers since 2022
Sid72020123
Scratcher
500+ posts

[Incubator RC.2.0 is AVAILABLE FOR TESTING] Itinerary: Scratch Game Jams & More (itinerary.eu.org)

Is there any URL endpoint to look for the users?
Eg. https://itinerary.eu.org/users/:username

Sid72020123
Looky1173
Scratcher
100+ posts

[Incubator RC.2.0 is AVAILABLE FOR TESTING] Itinerary: Scratch Game Jams & More (itinerary.eu.org)

qloakonscratch wrote:

im on scratch tools
Okay, I've just finished it up! Log in on Scratch Tools and look in the sidebar on the home page!

Looky1173
Scratcher
100+ posts

[Incubator RC.2.0 is AVAILABLE FOR TESTING] Itinerary: Scratch Game Jams & More (itinerary.eu.org)

Sid72020123 wrote:

Is there any URL endpoint to look for the users?
Eg. https://itinerary.eu.org/users/:username
Look around here.

Sid72020123
Scratcher
500+ posts

[Incubator RC.2.0 is AVAILABLE FOR TESTING] Itinerary: Scratch Game Jams & More (itinerary.eu.org)

Looky1173 wrote:

Sid72020123 wrote:

Is there any URL endpoint to look for the users?
Eg. https://itinerary.eu.org/users/:username
Look around here.
Oh! So only admins can see the list of users. Ok.

Sid72020123
qloakonscratch
Scratcher
1000+ posts

[Incubator RC.2.0 is AVAILABLE FOR TESTING] Itinerary: Scratch Game Jams & More (itinerary.eu.org)

Looky1173 wrote:

qloakonscratch wrote:

im on scratch tools
Okay, I've just finished it up! Log in on Scratch Tools and look in the sidebar on the home page!




Now Showing: CCRP V
https://scratch.mit.edu/studios/33864948/


Coding on Scratch since 2013

Foruming since 2016

In the Forum Helpers since 2022
Looky1173
Scratcher
100+ posts

[Incubator RC.2.0 is AVAILABLE FOR TESTING] Itinerary: Scratch Game Jams & More (itinerary.eu.org)

qloakonscratch wrote:

Looky1173 wrote:

qloakonscratch wrote:

im on scratch tools
Okay, I've just finished it up! Log in on Scratch Tools and look in the sidebar on the home page!
Does it work then?

qloakonscratch
Scratcher
1000+ posts

[Incubator RC.2.0 is AVAILABLE FOR TESTING] Itinerary: Scratch Game Jams & More (itinerary.eu.org)

Looky1173 wrote:

qloakonscratch wrote:

Looky1173 wrote:

qloakonscratch wrote:

im on scratch tools
Okay, I've just finished it up! Log in on Scratch Tools and look in the sidebar on the home page!
Does it work then?
b




Now Showing: CCRP V
https://scratch.mit.edu/studios/33864948/


Coding on Scratch since 2013

Foruming since 2016

In the Forum Helpers since 2022
Looky1173
Scratcher
100+ posts

[Incubator RC.2.0 is AVAILABLE FOR TESTING] Itinerary: Scratch Game Jams & More (itinerary.eu.org)

Sid72020123 wrote:

Looky1173 wrote:

Sid72020123 wrote:

Is there any URL endpoint to look for the users?
Eg. https://itinerary.eu.org/users/:username
Look around here.
Oh! So only admins can see the list of users. Ok.
Well, yeah, for now! The reason for this is that I don't see why people would need such an API. If you think otherwise, then feel free to change my mind.

Looky1173
Scratcher
100+ posts

[Incubator RC.2.0 is AVAILABLE FOR TESTING] Itinerary: Scratch Game Jams & More (itinerary.eu.org)

qloakonscratch wrote:

Looky1173 wrote:

qloakonscratch wrote:

Looky1173 wrote:

qloakonscratch wrote:

im on scratch tools
Okay, I've just finished it up! Log in on Scratch Tools and look in the sidebar on the home page!
Does it work then?
b
That's not really informative… Is it a yes or is it a no…?

Looky1173
Scratcher
100+ posts

[Incubator RC.2.0 is AVAILABLE FOR TESTING] Itinerary: Scratch Game Jams & More (itinerary.eu.org)

New: Itinerary now supports translations. If you are multilingual, please come and help translate the website! Thank you! Here are the strings to translate. I will be adding more strings soon!

Sid72020123
Scratcher
500+ posts

[Incubator RC.2.0 is AVAILABLE FOR TESTING] Itinerary: Scratch Game Jams & More (itinerary.eu.org)

Looky1173 wrote:

New: Itinerary now supports translations. If you are multilingual, please come and help translate the website! Thank you! Here are the strings to translate. I will be adding more strings soon!
You can also use Google Translate: https://www.w3schools.com/howto/howto_google_translate.asp

Sid72020123
ToastersUnited
Scratcher
1000+ posts

[Incubator RC.2.0 is AVAILABLE FOR TESTING] Itinerary: Scratch Game Jams & More (itinerary.eu.org)

Sid72020123 wrote:

(#154)

Looky1173 wrote:

New: Itinerary now supports translations. If you are multilingual, please come and help translate the website! Thank you! Here are the strings to translate. I will be adding more strings soon!
You can also use Google Translate: https://www.w3schools.com/howto/howto_google_translate.asp
Google translate is never accurate… Trust me…

Never use google translate to help with your homework
I know from experience it's a bad idea

Last edited by ToastersUnited (Feb. 22, 2022 15:57:53)


I'm hosting Country Clash Minecraft, a minecraft server where you can join or create a nation, trade, engage in politics, go to war and more!
CCMC is a Country Clash RP spinoff. It is currently in a trial period where CCRP admins will observe the server and see whether or not it should continue.
CCMC uses a custom map with volcanoes, nether and end islands, winding rivers and more!
CCMC will start within the next two days or so. It has a 10 player limit at any time. Anyone can join, as long as you have a copy of Minecraft Java Edition or Minecraft Bedrock Edition

Sid72020123
Scratcher
500+ posts

[Incubator RC.2.0 is AVAILABLE FOR TESTING] Itinerary: Scratch Game Jams & More (itinerary.eu.org)

ToastersUnited wrote:

Sid72020123 wrote:

(#154)

Looky1173 wrote:

New: Itinerary now supports translations. If you are multilingual, please come and help translate the website! Thank you! Here are the strings to translate. I will be adding more strings soon!
You can also use Google Translate: https://www.w3schools.com/howto/howto_google_translate.asp
Google translate is never accurate… Trust me…

Never use google translate to help with your homework
I know from experience it's a bad idea
Oh. Thank you for the info. I noticed in some sites too that Google Translate is not that accurate…

Sid72020123
Looky1173
Scratcher
100+ posts

[Incubator RC.2.0 is AVAILABLE FOR TESTING] Itinerary: Scratch Game Jams & More (itinerary.eu.org)

There’s DeepL which is way more accurate than Google Translate but human translators would produce the most accurate translations as they understand the context and how specific strings are used on Itinerary.

ToastersUnited
Scratcher
1000+ posts

[Incubator RC.2.0 is AVAILABLE FOR TESTING] Itinerary: Scratch Game Jams & More (itinerary.eu.org)

Looky1173 wrote:

(#157)
There’s DeepL which is way more accurate than Google Translate but human translators would produce the most accurate translations as they understand the context and how specific strings are used on Itinerary.
I sent a pull request with Irish. Please check to see if i missed anything, because i probably did. (I have checked myself, but i might have skipped some stuff. Also some words (like featured) aren't translated because i cant think of any word that can replace it.)

Edit: Some words are also different in different parts of ireland. I'm using the one spoken in munster. It doesn't vary much, mainly just pronunciation.

Last edited by ToastersUnited (Feb. 22, 2022 16:13:58)


I'm hosting Country Clash Minecraft, a minecraft server where you can join or create a nation, trade, engage in politics, go to war and more!
CCMC is a Country Clash RP spinoff. It is currently in a trial period where CCRP admins will observe the server and see whether or not it should continue.
CCMC uses a custom map with volcanoes, nether and end islands, winding rivers and more!
CCMC will start within the next two days or so. It has a 10 player limit at any time. Anyone can join, as long as you have a copy of Minecraft Java Edition or Minecraft Bedrock Edition

Looky1173
Scratcher
100+ posts

[Incubator RC.2.0 is AVAILABLE FOR TESTING] Itinerary: Scratch Game Jams & More (itinerary.eu.org)

ToastersUnited wrote:

I sent a pull request with Irish. Please check to see if i missed anything, because i probably did. (I have checked myself, but i might have skipped some stuff. Also some words (like featured) aren't translated because i cant think of any word that can replace it.)

Edit: Some words are also different in different parts of ireland. I'm using the one spoken in munster. It doesn't vary much, mainly just pronunciation.
Thank you – I don't think you've missed anything! I am going to merge your pull request now. Also, would you be willing to continue translating Itinerary into Irish in the future (the list you've just translated is not complete – I'm still adding strings from all over the website)?

ToastersUnited
Scratcher
1000+ posts

[Incubator RC.2.0 is AVAILABLE FOR TESTING] Itinerary: Scratch Game Jams & More (itinerary.eu.org)

Looky1173 wrote:

(#159)

ToastersUnited wrote:

I sent a pull request with Irish. Please check to see if i missed anything, because i probably did. (I have checked myself, but i might have skipped some stuff. Also some words (like featured) aren't translated because i cant think of any word that can replace it.)

Edit: Some words are also different in different parts of ireland. I'm using the one spoken in munster. It doesn't vary much, mainly just pronunciation.
Thank you – I don't think you've missed anything! I am going to merge your pull request now. Also, would you be willing to continue translating Itinerary into Irish in the future (the list you've just translated is not complete – I'm still adding strings from all over the website)?
Yes, i'm fine with that.

I'm hosting Country Clash Minecraft, a minecraft server where you can join or create a nation, trade, engage in politics, go to war and more!
CCMC is a Country Clash RP spinoff. It is currently in a trial period where CCRP admins will observe the server and see whether or not it should continue.
CCMC uses a custom map with volcanoes, nether and end islands, winding rivers and more!
CCMC will start within the next two days or so. It has a 10 player limit at any time. Anyone can join, as long as you have a copy of Minecraft Java Edition or Minecraft Bedrock Edition

Powered by DjangoBB