mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-02 04:01:43 +02:00
mobile: fix errors
This commit is contained in:
committed by
Abdullah Atta
parent
ce69863ed9
commit
7eb532f9d3
@@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
import { ThemeDefinition } from "@notesnook/theme";
|
||||
|
||||
export const THEME_LIGHT: ThemeDefinition = {
|
||||
export const THEME_LIGHT: any = {
|
||||
$schema:
|
||||
"https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json",
|
||||
name: "Notesnook Light",
|
||||
@@ -161,7 +161,7 @@ export const THEME_LIGHT: ThemeDefinition = {
|
||||
}
|
||||
};
|
||||
|
||||
export const THEME_DARK: ThemeDefinition = {
|
||||
export const THEME_DARK: any = {
|
||||
name: "Notesnook Dark",
|
||||
id: "default-dark",
|
||||
version: 2.1,
|
||||
|
||||
Binary file not shown.
@@ -6,6 +6,12 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: @lingui/cli\n"
|
||||
"Language: en\n"
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#: src/strings.ts:2442
|
||||
msgid " \"Notebook > Notes\""
|
||||
@@ -774,7 +780,7 @@ msgstr "Add to notebook"
|
||||
msgid "Add your first note"
|
||||
msgstr "Add your first note"
|
||||
|
||||
#: src/strings.ts:2794
|
||||
#: src/strings.ts:2843
|
||||
msgid "Add Your First Note"
|
||||
msgstr "Add Your First Note"
|
||||
|
||||
@@ -4554,7 +4560,7 @@ msgstr "No notebooks selected to move"
|
||||
msgid "No notebooks yet"
|
||||
msgstr "No notebooks yet"
|
||||
|
||||
#: src/strings.ts:2791
|
||||
#: src/strings.ts:2840
|
||||
msgid "No notes yet"
|
||||
msgstr "No notes yet"
|
||||
|
||||
@@ -8200,7 +8206,7 @@ msgstr "Your support request has been forwarded to our support team. We will get
|
||||
msgid "Your tags"
|
||||
msgstr "Your tags"
|
||||
|
||||
#: src/strings.ts:2793
|
||||
#: src/strings.ts:2842
|
||||
msgid "Your thoughts deserve a home. Create your first note and start organizing your life today."
|
||||
msgstr "Your thoughts deserve a home. Create your first note and start organizing your life today."
|
||||
|
||||
|
||||
@@ -6,6 +6,12 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: @lingui/cli\n"
|
||||
"Language: pseudo-LOCALE\n"
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#: src/strings.ts:2442
|
||||
msgid " \"Notebook > Notes\""
|
||||
@@ -774,7 +780,7 @@ msgstr ""
|
||||
msgid "Add your first note"
|
||||
msgstr ""
|
||||
|
||||
#: src/strings.ts:2794
|
||||
#: src/strings.ts:2843
|
||||
msgid "Add Your First Note"
|
||||
msgstr ""
|
||||
|
||||
@@ -4534,7 +4540,7 @@ msgstr ""
|
||||
msgid "No notebooks yet"
|
||||
msgstr ""
|
||||
|
||||
#: src/strings.ts:2791
|
||||
#: src/strings.ts:2840
|
||||
msgid "No notes yet"
|
||||
msgstr ""
|
||||
|
||||
@@ -8139,7 +8145,7 @@ msgstr ""
|
||||
msgid "Your tags"
|
||||
msgstr ""
|
||||
|
||||
#: src/strings.ts:2793
|
||||
#: src/strings.ts:2842
|
||||
msgid "Your thoughts deserve a home. Create your first note and start organizing your life today."
|
||||
msgstr ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user