Skip to content

Commit

Permalink
IMPROVE: version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AdelDima committed Jun 17, 2023
1 parent b7deb1d commit f996e11
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 15 deletions.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @link https://developer.wordpress.org/themes/basics/theme-functions/
*/

define( 'NOON_VERSION', '0.1.1' );
define( 'NOON_VERSION', '0.1.2' );
define( 'NOON_MINIMUM_WP_VERSION', '5.4' );
define( 'NOON_MINIMUM_PHP_VERSION', '7.0' );

Expand Down
Binary file modified languages/ar.mo
Binary file not shown.
16 changes: 10 additions & 6 deletions languages/ar.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Noon 0.1.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/noon\n"
"POT-Creation-Date: 2023-06-17T20:36:28+00:00\n"
"PO-Revision-Date: 2023-06-17 21:40+0100\n"
"POT-Creation-Date: 2023-06-17T23:27:25+00:00\n"
"PO-Revision-Date: 2023-06-18 00:27+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: ar\n"
Expand Down Expand Up @@ -575,23 +575,27 @@ msgctxt "Pattern title"
msgid "Post with sidebar footer"
msgstr ""

#: patterns/post-with-sidebar-footer.php:20
#: patterns/post-with-sidebar-header.php:52
#: zip/noon/patterns/post-with-sidebar-header.php:52
msgid "Share"
msgstr "مشاركة"

#: patterns/post-with-sidebar-header.php
msgctxt "Pattern title"
msgid "Post with sidebar header"
msgstr ""

#: patterns/post-with-sidebar-header.php:34
#: zip/noon/patterns/post-with-sidebar-header.php:34
msgid "By"
msgstr "بواسطة"

#: patterns/post-with-sidebar-header.php:42
#: zip/noon/patterns/post-with-sidebar-header.php:42
msgid ",on"
msgstr ",في"

#: patterns/post-with-sidebar-header.php:52
msgid "Share"
msgstr "مشاركة"

#: patterns/pricing-page.php
msgctxt "Pattern title"
msgid "Pricing Page"
Expand Down
16 changes: 10 additions & 6 deletions languages/noon.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the GNU General Public License v2 or later..
msgid ""
msgstr ""
"Project-Id-Version: Noon 0.1.1\n"
"Project-Id-Version: Noon 0.1.2\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/noon\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-06-17T20:36:28+00:00\n"
"POT-Creation-Date: 2023-06-17T23:27:25+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.7.1\n"
"X-Domain: noon\n"
Expand Down Expand Up @@ -587,23 +587,27 @@ msgctxt "Pattern title"
msgid "Post with sidebar footer"
msgstr ""

#: patterns/post-with-sidebar-footer.php:20
#: patterns/post-with-sidebar-header.php:52
#: zip/noon/patterns/post-with-sidebar-header.php:52
msgid "Share"
msgstr ""

#: patterns/post-with-sidebar-header.php
msgctxt "Pattern title"
msgid "Post with sidebar header"
msgstr ""

#: patterns/post-with-sidebar-header.php:34
#: zip/noon/patterns/post-with-sidebar-header.php:34
msgid "By"
msgstr ""

#: patterns/post-with-sidebar-header.php:42
#: zip/noon/patterns/post-with-sidebar-header.php:42
msgid ",on"
msgstr ""

#: patterns/post-with-sidebar-header.php:52
msgid "Share"
msgstr ""

#: patterns/pricing-page.php
msgctxt "Pattern title"
msgid "Pricing Page"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "noon",
"private": true,
"version": "0.1.1",
"version": "0.1.2",
"prettier": "@wordpress/prettier-config",
"dependencies": {
"typescript": "^4.9.5"
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Tags: accessibility-ready, block-patterns, block-styles, custom-colors, custom-l
Requires at least: 5.9
Tested up to: 5.9
Requires PHP: 5.6
Version: 0.1.1
Version: 0.1.2
License: GNU General Public License v2 or later.
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: noon
Expand Down

0 comments on commit f996e11

Please sign in to comment.