diff --git a/farsi.html b/farsi.html deleted file mode 100644 index 9649a63..0000000 --- a/farsi.html +++ /dev/null @@ -1,193 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Javascripture - - - -
-
Loading...
-

-

If you can see this, something probably went wrong. Clear settings and start over, Email me or use an older stable version.

-
-
-
-
- -
-
- Loading -
-
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/index.html b/index.html index c17d96f..b2928a8 100644 --- a/index.html +++ b/index.html @@ -110,6 +110,12 @@

Javascripture

+ + + + + + diff --git a/src/components/reference/chapter.js b/src/components/reference/chapter.js index 6c3792e..73df01a 100644 --- a/src/components/reference/chapter.js +++ b/src/components/reference/chapter.js @@ -14,7 +14,7 @@ import styles from './styles.scss'; import { getLanguageFromVersion } from '../../lib/reference'; const getVerseWrapperStyle = function( language, version ) { - if ( language === 'hebrew' && version === 'original' ) { + if ( ( language === 'hebrew' && version === 'original' ) || version === 'faropv' || version === 'fartpv' ) { return { direction: 'rtl' }; diff --git a/src/components/version-selector/index.js b/src/components/version-selector/index.js index 91153df..4e9ecff 100644 --- a/src/components/version-selector/index.js +++ b/src/components/version-selector/index.js @@ -23,6 +23,8 @@ const versions = [ [ 'web', 'WEB' ], [ 'esv', 'ESV' ], [ 'lc', 'Literal' ], + [ 'faropv', 'ترجمه-ی قدام' ], + [ 'fartpv', 'مژده برای اسرع جدید' ], ]; class VersionSelector extends React.Component{