-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Synchronize to a Google Sheet using GSheetStringsSyncer (#585)
GSheetStringsSyncer: https://github.com/mohamede1945/GSheetStringsSyncer Sheet: https://docs.google.com/spreadsheets/d/1hqhbv19ohkUCfFp0u0hiva1aGqVIUIboR4_8Y5_IUng
- Loading branch information
1 parent
08fce67
commit 413cdaf
Showing
16 changed files
with
968 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,77 @@ | ||
|
||
|
||
// MARK: - General | ||
|
||
|
||
// MARK: - Errors | ||
|
||
|
||
|
||
// MARK: - Quran | ||
|
||
|
||
// MARK: - Translation | ||
|
||
|
||
|
||
|
||
|
||
|
||
// MARK: - Search | ||
|
||
|
||
// MARK: - Settings | ||
|
||
|
||
// MARK: - Quran Menu | ||
|
||
|
||
// Theme | ||
|
||
// MARK: - Tabs | ||
|
||
|
||
// MARK: - Update | ||
|
||
|
||
// MARK: - Reciters | ||
|
||
|
||
// MARK: - Audio | ||
|
||
|
||
|
||
|
||
|
||
// MARK: - Bookmarks | ||
|
||
|
||
// MARK: - Notes | ||
|
||
|
||
// MARK: - Ayah Menu | ||
|
||
"ayah.menu.copy" = "Kopieren"; | ||
"ayah.menu.share" = "Teilen …"; | ||
"ayah.menu.repeat" = "Wiederholen"; | ||
|
||
// MARK: - Reading Selector | ||
|
||
// Selector UI | ||
|
||
// Hafs 1405 | ||
|
||
// Hafs 1421 | ||
|
||
// Hafs 1440 | ||
|
||
// Hafs Tajweed | ||
|
||
// MARK: - What's new | ||
|
||
|
||
// Mushafs | ||
|
||
// Reciters | ||
|
||
// Miscellaneous |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,77 @@ | ||
|
||
|
||
// MARK: - General | ||
|
||
|
||
// MARK: - Errors | ||
|
||
|
||
|
||
// MARK: - Quran | ||
|
||
|
||
// MARK: - Translation | ||
|
||
|
||
|
||
|
||
|
||
|
||
// MARK: - Search | ||
|
||
|
||
// MARK: - Settings | ||
|
||
|
||
// MARK: - Quran Menu | ||
|
||
|
||
// Theme | ||
|
||
// MARK: - Tabs | ||
|
||
|
||
// MARK: - Update | ||
|
||
|
||
// MARK: - Reciters | ||
|
||
|
||
// MARK: - Audio | ||
|
||
|
||
|
||
|
||
|
||
// MARK: - Bookmarks | ||
|
||
|
||
// MARK: - Notes | ||
|
||
|
||
// MARK: - Ayah Menu | ||
|
||
"ayah.menu.copy" = "Copiar"; | ||
"ayah.menu.share" = "Compartir…"; | ||
"ayah.menu.repeat" = "Repetir"; | ||
|
||
// MARK: - Reading Selector | ||
|
||
// Selector UI | ||
|
||
// Hafs 1405 | ||
|
||
// Hafs 1421 | ||
|
||
// Hafs 1440 | ||
|
||
// Hafs Tajweed | ||
|
||
// MARK: - What's new | ||
|
||
|
||
// Mushafs | ||
|
||
// Reciters | ||
|
||
// Miscellaneous |
Oops, something went wrong.