From 709796b6ffac0bb78ab0463b7498ed68796f459d Mon Sep 17 00:00:00 2001 From: jekkos Date: Sat, 19 Nov 2022 23:48:27 +0100 Subject: [PATCH] Move language files for app/Language/vi/ (#3468) --- app/Language/vi/{attributes_lang.php => Attributes.php} | 0 .../vi/{bootstrap_tables_lang.php => Bootstrap_tables.php} | 0 app/Language/vi/{cashups_lang.php => Cashups.php} | 0 app/Language/vi/{common_lang.php => Common.php} | 0 app/Language/vi/{config_lang.php => Config.php} | 0 app/Language/vi/{customers_lang.php => Customers.php} | 0 app/Language/vi/{datepicker_lang.php => Datepicker.php} | 0 app/Language/vi/{employees_lang.php => Employees.php} | 0 app/Language/vi/{enum_lang.php => Enum.php} | 0 app/Language/vi/{error_lang.php => Error.php} | 0 app/Language/vi/{expenses_lang.php => Expenses.php} | 0 .../vi/{expenses_categories_lang.php => Expenses_categories.php} | 0 app/Language/vi/{giftcards_lang.php => Giftcards.php} | 0 app/Language/vi/{item_kits_lang.php => Item_kits.php} | 0 app/Language/vi/{items_lang.php => Items.php} | 0 app/Language/vi/{login_lang.php => Login.php} | 0 app/Language/vi/{messages_lang.php => Messages.php} | 0 app/Language/vi/{module_lang.php => Module.php} | 0 app/Language/vi/{receivings_lang.php => Receivings.php} | 0 app/Language/vi/{reports_lang.php => Reports.php} | 0 app/Language/vi/{sales_lang.php => Sales.php} | 0 app/Language/vi/{suppliers_lang.php => Suppliers.php} | 0 app/Language/vi/{taxes_lang.php => Taxes.php} | 0 23 files changed, 0 insertions(+), 0 deletions(-) rename app/Language/vi/{attributes_lang.php => Attributes.php} (100%) rename app/Language/vi/{bootstrap_tables_lang.php => Bootstrap_tables.php} (100%) rename app/Language/vi/{cashups_lang.php => Cashups.php} (100%) rename app/Language/vi/{common_lang.php => Common.php} (100%) rename app/Language/vi/{config_lang.php => Config.php} (100%) rename app/Language/vi/{customers_lang.php => Customers.php} (100%) rename app/Language/vi/{datepicker_lang.php => Datepicker.php} (100%) rename app/Language/vi/{employees_lang.php => Employees.php} (100%) rename app/Language/vi/{enum_lang.php => Enum.php} (100%) rename app/Language/vi/{error_lang.php => Error.php} (100%) rename app/Language/vi/{expenses_lang.php => Expenses.php} (100%) rename app/Language/vi/{expenses_categories_lang.php => Expenses_categories.php} (100%) rename app/Language/vi/{giftcards_lang.php => Giftcards.php} (100%) rename app/Language/vi/{item_kits_lang.php => Item_kits.php} (100%) rename app/Language/vi/{items_lang.php => Items.php} (100%) rename app/Language/vi/{login_lang.php => Login.php} (100%) rename app/Language/vi/{messages_lang.php => Messages.php} (100%) rename app/Language/vi/{module_lang.php => Module.php} (100%) rename app/Language/vi/{receivings_lang.php => Receivings.php} (100%) rename app/Language/vi/{reports_lang.php => Reports.php} (100%) rename app/Language/vi/{sales_lang.php => Sales.php} (100%) rename app/Language/vi/{suppliers_lang.php => Suppliers.php} (100%) rename app/Language/vi/{taxes_lang.php => Taxes.php} (100%) diff --git a/app/Language/vi/attributes_lang.php b/app/Language/vi/Attributes.php similarity index 100% rename from app/Language/vi/attributes_lang.php rename to app/Language/vi/Attributes.php diff --git a/app/Language/vi/bootstrap_tables_lang.php b/app/Language/vi/Bootstrap_tables.php similarity index 100% rename from app/Language/vi/bootstrap_tables_lang.php rename to app/Language/vi/Bootstrap_tables.php diff --git a/app/Language/vi/cashups_lang.php b/app/Language/vi/Cashups.php similarity index 100% rename from app/Language/vi/cashups_lang.php rename to app/Language/vi/Cashups.php diff --git a/app/Language/vi/common_lang.php b/app/Language/vi/Common.php similarity index 100% rename from app/Language/vi/common_lang.php rename to app/Language/vi/Common.php diff --git a/app/Language/vi/config_lang.php b/app/Language/vi/Config.php similarity index 100% rename from app/Language/vi/config_lang.php rename to app/Language/vi/Config.php diff --git a/app/Language/vi/customers_lang.php b/app/Language/vi/Customers.php similarity index 100% rename from app/Language/vi/customers_lang.php rename to app/Language/vi/Customers.php diff --git a/app/Language/vi/datepicker_lang.php b/app/Language/vi/Datepicker.php similarity index 100% rename from app/Language/vi/datepicker_lang.php rename to app/Language/vi/Datepicker.php diff --git a/app/Language/vi/employees_lang.php b/app/Language/vi/Employees.php similarity index 100% rename from app/Language/vi/employees_lang.php rename to app/Language/vi/Employees.php diff --git a/app/Language/vi/enum_lang.php b/app/Language/vi/Enum.php similarity index 100% rename from app/Language/vi/enum_lang.php rename to app/Language/vi/Enum.php diff --git a/app/Language/vi/error_lang.php b/app/Language/vi/Error.php similarity index 100% rename from app/Language/vi/error_lang.php rename to app/Language/vi/Error.php diff --git a/app/Language/vi/expenses_lang.php b/app/Language/vi/Expenses.php similarity index 100% rename from app/Language/vi/expenses_lang.php rename to app/Language/vi/Expenses.php diff --git a/app/Language/vi/expenses_categories_lang.php b/app/Language/vi/Expenses_categories.php similarity index 100% rename from app/Language/vi/expenses_categories_lang.php rename to app/Language/vi/Expenses_categories.php diff --git a/app/Language/vi/giftcards_lang.php b/app/Language/vi/Giftcards.php similarity index 100% rename from app/Language/vi/giftcards_lang.php rename to app/Language/vi/Giftcards.php diff --git a/app/Language/vi/item_kits_lang.php b/app/Language/vi/Item_kits.php similarity index 100% rename from app/Language/vi/item_kits_lang.php rename to app/Language/vi/Item_kits.php diff --git a/app/Language/vi/items_lang.php b/app/Language/vi/Items.php similarity index 100% rename from app/Language/vi/items_lang.php rename to app/Language/vi/Items.php diff --git a/app/Language/vi/login_lang.php b/app/Language/vi/Login.php similarity index 100% rename from app/Language/vi/login_lang.php rename to app/Language/vi/Login.php diff --git a/app/Language/vi/messages_lang.php b/app/Language/vi/Messages.php similarity index 100% rename from app/Language/vi/messages_lang.php rename to app/Language/vi/Messages.php diff --git a/app/Language/vi/module_lang.php b/app/Language/vi/Module.php similarity index 100% rename from app/Language/vi/module_lang.php rename to app/Language/vi/Module.php diff --git a/app/Language/vi/receivings_lang.php b/app/Language/vi/Receivings.php similarity index 100% rename from app/Language/vi/receivings_lang.php rename to app/Language/vi/Receivings.php diff --git a/app/Language/vi/reports_lang.php b/app/Language/vi/Reports.php similarity index 100% rename from app/Language/vi/reports_lang.php rename to app/Language/vi/Reports.php diff --git a/app/Language/vi/sales_lang.php b/app/Language/vi/Sales.php similarity index 100% rename from app/Language/vi/sales_lang.php rename to app/Language/vi/Sales.php diff --git a/app/Language/vi/suppliers_lang.php b/app/Language/vi/Suppliers.php similarity index 100% rename from app/Language/vi/suppliers_lang.php rename to app/Language/vi/Suppliers.php diff --git a/app/Language/vi/taxes_lang.php b/app/Language/vi/Taxes.php similarity index 100% rename from app/Language/vi/taxes_lang.php rename to app/Language/vi/Taxes.php