Skip to content

Commit

Permalink
- Cleared source language file
Browse files Browse the repository at this point in the history
- Bundle script ignores source language file
  • Loading branch information
fatihbalsoy committed Oct 5, 2023
1 parent 6a4bc42 commit 9ed1661
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 47 deletions.
3 changes: 3 additions & 0 deletions scripts/compile_languages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ else

# Loop through all .po files in the src/languages directory
for po_file in $SCRIPTPATH/src/languages/*.po; do
if [[ $(basename $po_file) == "source.po" ]]; then
continue # Skip source file
fi
# Extract the language code from the filename
filename=$(basename "$po_file")
lang_code=${filename#$PLUGIN_BUNDLE-}
Expand Down
88 changes: 41 additions & 47 deletions src/languages/source.po
Original file line number Diff line number Diff line change
@@ -1,128 +1,122 @@
msgid ""
msgstr ""
"Project-Id-Version: Material Dashboard v0.3.0\n"
"POT-Creation-Date: 2023-05-28 16:52-0400\n"
"PO-Revision-Date: 2023-05-28 16:52-0400\n"
"Project-Id-Version: Material Dashboard\n"
"POT-Creation-Date: 2023-10-05 16:20-0400\n"
"PO-Revision-Date: 2023-10-05 16:21-0400\n"
"Last-Translator: \n"
"Language-Team: Fatih Balsoy\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 3.3.1\n"
"X-Generator: Poedit 3.4\n"
"X-Poedit-Basepath: ..\n"
"X-Poedit-KeywordsList: __;_e\n"
"X-Poedit-SearchPath-0: .\n"

#: settings/index.php:75
#: settings/index.php:74
msgid "Material Dashboard"
msgstr "Material Dashboard"
msgstr ""

#: settings/index.php:91
#: settings/index.php:89
msgid "Appearance"
msgstr "Appearance"
msgstr ""

#: settings/index.php:129
#: settings/index.php:130
msgid "Developed by"
msgstr "Developed by"
msgstr ""

#: settings/index.php:131
#: settings/index.php:132
msgid "Version"
msgstr "Version"
msgstr ""

#: settings/index.php:133
#: settings/index.php:134
msgid "Request Features & Report Issues"
msgstr "Request Features & Report Issues"
msgstr ""

#: settings/options/colors.php:15
msgid "Colors"
msgstr "Colors"
msgstr ""

#: settings/options/colors.php:18
msgid "Primary (Toolbars and Navigations)"
msgstr "Primary (Toolbars and Navigations)"
msgstr ""

#: settings/options/colors.php:24
msgid "Accent (Text Selections and Controls)"
msgstr "Accent (Text Selections and Controls)"
msgstr ""

#: settings/options/corners.php:6
msgid "Rounded Corners"
msgstr "Rounded Corners"
msgstr ""

#: settings/options/corners.php:9
#: settings/options/corners.php:10
msgid ""
"You can choose to turn on or off the rounded corners around cards, buttons, "
"and text fields."
msgstr ""
"You can choose to turn on or off the rounded corners around cards, buttons, "
"and text fields."

#: settings/options/font.php:6
msgid "Font"
msgstr "Font"
msgstr ""

#: settings/options/font.php:13
#: settings/options/font.php:14
msgid "WordPress Default"
msgstr "WordPress Default"
msgstr ""

#: settings/options/header_serif.php:6
msgid "Serif Header"
msgstr "Serif Header"
msgstr ""

#: settings/options/header_serif.php:9
#: settings/options/header_serif.php:10
msgid "Enhance your headers with an editorial touch by enabling serif fonts."
msgstr "Enhance your headers with an editorial touch by enabling serif fonts."
msgstr ""

#: settings/options/icons.php:6
msgid "Icons"
msgstr "Icons"
msgstr ""

#: settings/options/large_app_bar.php:7
msgid "Large App Bar"
msgstr "Large App Bar"
msgstr ""

#: settings/options/large_app_bar.php:13
msgid "Variant"
msgstr "Variant"

#: settings/options/large_app_bar.php:17
msgid "Admin Bar on Top"
msgstr "Admin Bar on Top"
msgstr ""

#: settings/options/large_app_bar.php:20
#: settings/options/large_app_bar.php:16
msgid "Admin Menu on Top"
msgstr "Admin Menu on Top"
msgstr ""

#: settings/options/large_app_bar.php:25
#: settings/options/large_app_bar.php:21
msgid "Experimental"
msgstr "Experimental"
msgstr ""

#: settings/options/theme.php:7
msgid "Theme"
msgstr "Theme"
msgstr ""

#: settings/options/theme.php:12
msgid "Light"
msgstr "Light"
msgstr ""

#: settings/options/theme.php:15
msgid "Dark"
msgstr "Dark"
msgstr ""

#: settings/options/theme.php:18
msgid "System"
msgstr "System"
msgstr ""

#: settings/options/theme.php:22
#: settings/options/theme.php:23
msgid "Dark mode may not be compatible with third-party plugins."
msgstr "Dark mode may not be compatible with third-party plugins."
msgstr ""

#: wp-material-design.php:138
msgid "Settings"
msgstr "Settings"
msgstr ""

#: wp-material-design.php:225
#: wp-material-design.php:228
msgid "You do not have sufficient permissions to access this page."
msgstr "You do not have sufficient permissions to access this page."
msgstr ""

0 comments on commit 9ed1661

Please sign in to comment.