Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
lobsam committed Oct 18, 2024
1 parent 4abe224 commit d8783d7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/js/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Link = ({href, en, he, blank}) => (
</a>
);

class Footer extends Component {https://github.com/orgs/OpenPecha/projects/87/views/1?filterQuery=iteration%3A%22Iteration+6%22
class Footer extends Component {
constructor(props) {
super(props);
this.state = {};
Expand All @@ -35,7 +35,7 @@ class Footer extends Component {https://github.com/orgs/OpenPecha/projects/87/vi

return (
<div id="version_number" className="flex flex-col items-center">
<InterfaceText>Version: 1.4.0</InterfaceText>
<InterfaceText>website.pecha.version</InterfaceText>
{/* Install PWA Button */}
<button id="install-pwa-button" className="pwa-install-button flex items-center">
<InterfaceText className={"pwa_download_label"}>pwa.download_button.label</InterfaceText>
Expand Down
1 change: 1 addition & 0 deletions static/js/sefaria/localizationLanguage/chinese.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"pwa.download_button.label":"安装 PECHA 应用",
"text.reader_option_menu.layout": "布局",
"common.loading": "加载中...",
"website.pecha.version": "版本: 1.4.0",
"common.version": "版本",
"common.log_in": "登录",
"common.sign_up": "注册",
Expand Down
1 change: 1 addition & 0 deletions static/js/sefaria/localizationLanguage/english.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"pwa.download_button.label":"INSTALL PECHA APP",
"text.reader_option_menu.layout": "Layout",
"common.loading": "Loading...",
"website.pecha.version": "Version: 1.4.0",
"common.version": "Version",
"common.log_in": "Log in",
"common.sign_up": "Sign up",
Expand Down
1 change: 1 addition & 0 deletions static/js/sefaria/localizationLanguage/tibetan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"pwa.download_button.label":"དཔེ་ཆ་མརྙན་ཆས་ཕབ་ལེན་བྱོས།",
"text.reader_option_menu.layout": "ཁྱད་ཆོས།",
"common.loading": "ལེན་བཞིན་པ་་་",
"website.pecha.version": "ཐོན་རིམ།: ༡་༤་༠",
"common.version": "འགྱུར་མའམ་དཔེ་རྒྱུན།",
"common.log_in": "ནང་འཛུལ།",
"common.sign_up": "ཐོ་འགོད་གྱིས།",
Expand Down

0 comments on commit d8783d7

Please sign in to comment.