diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index 2f3a4fc..a0227a3 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -58,6 +58,9 @@ jobs: - name: Install Dependencies run: brew install ldid dpkg make + - name: Set PATH environment variable + run: echo "$(brew --prefix make)/libexec/gnubin" >> $GITHUB_PATH + - name: Setup Theos uses: actions/checkout@v3.2.0 with: @@ -116,7 +119,6 @@ jobs: - name: Fix compiling & Build Package id: build_package run: | - (echo PATH=\"$(brew --prefix make)/libexec/gnubin:\$PATH\" >> ~/.zprofile) cd ${{ github.workspace }}/main sed -i '' "12s#.*#BUNDLE_ID = ${{ env.BUNDLE_ID }}#g" Makefile sed -i '' "11s#.*#DISPLAY_NAME = ${{ env.APP_NAME }}#g" Makefile diff --git a/lang/uYouPlus.bundle/es.lproj/Localizable.strings b/lang/uYouPlus.bundle/es.lproj/Localizable.strings index 2a92a39..5949f3b 100644 --- a/lang/uYouPlus.bundle/es.lproj/Localizable.strings +++ b/lang/uYouPlus.bundle/es.lproj/Localizable.strings @@ -71,8 +71,8 @@ "HIDE_SHORTS_SHARE_BUTTON" = "Ocultar el botón de compartir Shorts"; "HIDE_SHORTS_SHARE_BUTTON_DESC" = ""; -"HIDE_UYOU_SHORTS_DOWNLOAD_BUTTON" = "Hide uYou's buttons"; -"HIDE_UYOU_SHORTS_DOWNLOAD_BUTTON_DESC" = "Hide uYou's download buttons in Shorts."; +"HIDE_UYOU_SHORTS_DOWNLOAD_BUTTON" = "Ocultar botones de uYou"; +"HIDE_UYOU_SHORTS_DOWNLOAD_BUTTON_DESC" = "Ocultar los botones de descarga de uYou en Shorts."; "HIDE_SUPER_THANKS" = "Ocultar banner 'Comprar Supergracias"; "HIDE_SUPER_THANKS_DESC" = "Ocultar el banner 'Comprar Supergracias' en Shorts."; @@ -112,7 +112,7 @@ "ENABLE_FLEX" = "Activar FLEX"; "ENABLE_FLEX_DESC" = "Habilitar FLEX para depuración (no recomendado). Déjelo desactivado a menos que sepa lo que está haciendo."; -"ENABLE_YT_STARTUP_ANIMATION" = "Enable YouTube startup animation"; +"ENABLE_YT_STARTUP_ANIMATION" = "Activar la animación de inicio de YouTube"; "ENABLE_YT_STARTUP_ANIMATION_DESC" = ""; "FIX_GOOGLE_SIGNIN" = "Reparar el inicio de sesión de Google (solo para usuarios de TrollStore)"; diff --git a/lang/uYouPlus.bundle/it.lproj/Localizable.strings b/lang/uYouPlus.bundle/it.lproj/Localizable.strings index dc9dd77..0a38581 100644 --- a/lang/uYouPlus.bundle/it.lproj/Localizable.strings +++ b/lang/uYouPlus.bundle/it.lproj/Localizable.strings @@ -71,8 +71,8 @@ "HIDE_SHORTS_SHARE_BUTTON" = "Nascondi il bottone condividi dagli Shorts"; "HIDE_SHORTS_SHARE_BUTTON_DESC" = ""; -"HIDE_UYOU_SHORTS_DOWNLOAD_BUTTON" = "Hide uYou's buttons"; -"HIDE_UYOU_SHORTS_DOWNLOAD_BUTTON_DESC" = "Hide uYou's download buttons in Shorts."; +"HIDE_UYOU_SHORTS_DOWNLOAD_BUTTON" = "Nascondi il uYou's bottone download Shorts"; +"HIDE_UYOU_SHORTS_DOWNLOAD_BUTTON_DESC" = "Nascondi il bottone uYou's download dagli Shorts."; "HIDE_SUPER_THANKS" = "Nascondi 'Buy Super Thanks'"; "HIDE_SUPER_THANKS_DESC" = "Nascondi il banner 'Buy Super Thanks' dagli Shorts."; @@ -90,7 +90,7 @@ "OLD_DARK_THEME" = "Vecchio Tema Scuro (Sperimentale)"; "OLD_DARK_THEME_DESC" = "Tema scuro del vecchio YouTube (tema grigio). È richiesto il riavvio dell'app."; -"DEFAULT_THEME" = "Default"; +"DEFAULT_THEME" = "Predefinito"; "DEFAULT_THEME_DESC" = "Tema scuro predefinito di YouTube. È richiesto il riavvio dell'app."; "OLED_KEYBOARD" = "Tastiera OLED (Sperimentale)"; @@ -112,7 +112,7 @@ "ENABLE_FLEX" = "Abilita FLEX"; "ENABLE_FLEX_DESC" = "Abilita FLEX per il debugging (sconsigliato). Lascialo disabilitato se non sai cosa stai facendo."; -"ENABLE_YT_STARTUP_ANIMATION" = "Enable YouTube startup animation"; +"ENABLE_YT_STARTUP_ANIMATION" = "Abilita YouTube startup animazione"; "ENABLE_YT_STARTUP_ANIMATION_DESC" = ""; "FIX_GOOGLE_SIGNIN" = "Ripara Google Sign in (solo per utenti TrollStore)";