From patchwork Wed Apr 5 12:28:30 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6775 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Ps3pL4gzNz3xD5 for ; Wed, 5 Apr 2023 12:28:58 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Ps3p91S7bz9Qk; Wed, 5 Apr 2023 12:28:49 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Ps3p76MgLz30Jf; Wed, 5 Apr 2023 12:28:47 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Ps3p65yBPz30Hx for ; Wed, 5 Apr 2023 12:28:46 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Ps3p64btNzdy; Wed, 5 Apr 2023 12:28:46 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1680697726; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=i8435Ru0f2ZBhdBexZPhv0wfSp5rvZUgki5jQb7ZK4o=; b=H4dZoyN0nw/GflF/zdRGO9BrThKccV66FkPZ1DcunDBYXdTp+i5qEZ5qqJeY/NxrEV0OGh 2buSXFRKjQJ9G+BA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1680697726; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=i8435Ru0f2ZBhdBexZPhv0wfSp5rvZUgki5jQb7ZK4o=; b=pvgWi+joP7ZSCDkjw+tRbrrgKDrbnyIB/aMCwwFWnhW0gnCpqa1bdl7ZrM9z8RNb+ZEzyq Gf0sFTgS03VMi6IMA59CKJK//+L4MG7qpilp7qxTNS9wuaFXbgWhoy9zSJtE8gj7X1e0Xw pcgcgqKWQiakiveDbsQjue19iBneM0k3o6q6AIa1yfF64CTVzM81o+I07jxwxCAhv6yB8z X3LUTFZUJjujjI6mJGwq/43ZnF4kp1ZSqSsVcL1xnGCfuNFcaa7wNCYaulz3VLuxMa079C wtZ9J0FYFmsANMOppIhheyLe+TqqC+CYHXybsDSRnYgDIdVSIEWO3djJ5ZWq+w== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 06/11] wio: move addon language files to standard IPFire location Date: Wed, 5 Apr 2023 14:28:30 +0200 Message-Id: <20230405122835.12821-6-adolf.belka@ipfire.org> In-Reply-To: <20230405122835.12821-1-adolf.belka@ipfire.org> References: <20230405122835.12821-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - This location used by guardian addon Signed-off-by: Adolf Belka --- {src/wio/lang => config/wio}/wio.de.pl | 0 {src/wio/lang => config/wio}/wio.en.pl | 0 {src/wio/lang => config/wio}/wio.es.pl | 0 {src/wio/lang => config/wio}/wio.fr.pl | 0 {src/wio/lang => config/wio}/wio.tr.pl | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {src/wio/lang => config/wio}/wio.de.pl (100%) rename {src/wio/lang => config/wio}/wio.en.pl (100%) rename {src/wio/lang => config/wio}/wio.es.pl (100%) rename {src/wio/lang => config/wio}/wio.fr.pl (100%) rename {src/wio/lang => config/wio}/wio.tr.pl (100%) diff --git a/src/wio/lang/wio.de.pl b/config/wio/wio.de.pl similarity index 100% rename from src/wio/lang/wio.de.pl rename to config/wio/wio.de.pl diff --git a/src/wio/lang/wio.en.pl b/config/wio/wio.en.pl similarity index 100% rename from src/wio/lang/wio.en.pl rename to config/wio/wio.en.pl diff --git a/src/wio/lang/wio.es.pl b/config/wio/wio.es.pl similarity index 100% rename from src/wio/lang/wio.es.pl rename to config/wio/wio.es.pl diff --git a/src/wio/lang/wio.fr.pl b/config/wio/wio.fr.pl similarity index 100% rename from src/wio/lang/wio.fr.pl rename to config/wio/wio.fr.pl diff --git a/src/wio/lang/wio.tr.pl b/config/wio/wio.tr.pl similarity index 100% rename from src/wio/lang/wio.tr.pl rename to config/wio/wio.tr.pl