Commit bf4424cf by Phisek

add language - footer

parent bc654fd5
import React, { Component } from 'react'; import React, { Component } from 'react';
import { FaMapMarkerAlt, FaEnvelope } from 'react-icons/fa'; import { FaMapMarkerAlt, FaEnvelope } from 'react-icons/fa';
import { IoIosCall } from 'react-icons/io'; import { IoIosCall } from 'react-icons/io';
import { FormattedMessage } from 'react-intl';
export class Footer extends Component { export class Footer extends Component {
render() { render() {
...@@ -43,9 +45,7 @@ export class Footer extends Component { ...@@ -43,9 +45,7 @@ export class Footer extends Component {
</div> </div>
<div className="column is-3"> <div className="column is-3">
<p className="footer-title"> <p className="footer-title">
NEXPIE Co. Ltd. | ไทยซัมมิท ทาวเวอร์ <br /> (Thai Summit Tower) <br /> <FormattedMessage id="Footer.Location" />
ชั้น 14, 1768 ถนนเพชรบุรี แขวงบางกะปิ
เขตห้วยขวาง กรุงเทพมหานคร 10310
</p> </p>
</div> </div>
...@@ -61,7 +61,7 @@ export class Footer extends Component { ...@@ -61,7 +61,7 @@ export class Footer extends Component {
</div> </div>
</div> </div>
<div className="column is-3"> <div className="column is-3">
<p className="footer-title">Send an Email</p> <p className="footer-title"><FormattedMessage id="Footer.Email" /></p>
<p className="footer-description">contact@nexpie.com</p> <p className="footer-description">contact@nexpie.com</p>
</div> </div>
...@@ -77,7 +77,7 @@ export class Footer extends Component { ...@@ -77,7 +77,7 @@ export class Footer extends Component {
</div> </div>
</div> </div>
<div className="column is-3"> <div className="column is-3">
<p className="footer-title">Call Us</p> <p className="footer-title"><FormattedMessage id="Footer.Callus" /></p>
<p className="footer-description">+6661-421-1289</p> <p className="footer-description">+6661-421-1289</p>
</div> </div>
</div> </div>
......
...@@ -37,5 +37,8 @@ ...@@ -37,5 +37,8 @@
"Price.Datapoint.Start":"Data Point Read/Write", "Price.Datapoint.Start":"Data Point Read/Write",
"Price.Datapoint.End":"Points", "Price.Datapoint.End":"Points",
"Contact.Title":"Ready to get started ?", "Contact.Title":"Ready to get started ?",
"Contact.Descrip":"Connecting everything - everywhere with IoT platform to improve your business productive and efficiency." "Contact.Descrip":"Connecting everything - everywhere with IoT platform to improve your business productive and efficiency.",
"Footer.Location":"NEXPIE Co. Ltd. | Thai Summit Tower, 14th floor, 1768 New Petchaburi Road, Khwaeng Bang Kapi, Khet Huay Kwang, Bangkok 10310 Thailand",
"Footer.Email":"Send an Email",
"Footer.Callus":"Call Us"
} }
...@@ -36,6 +36,9 @@ ...@@ -36,6 +36,9 @@
"Price.Transfer.End":"ข้อความ", "Price.Transfer.End":"ข้อความ",
"Price.Datapoint.Start":"การอ่านและเก็บค่าข้อมูลได้ถึง", "Price.Datapoint.Start":"การอ่านและเก็บค่าข้อมูลได้ถึง",
"Price.Datapoint.End":"จุด", "Price.Datapoint.End":"จุด",
"Contact.Title":"Ready to get started ?", "Contact.Title":"พร้อมหรือยัง ?",
"Contact.Descrip":"Connecting everything - everywhere with IoT platform to improve your business productive and efficiency." "Contact.Descrip":"เชื่อมต่อทุกสิ่ง - ทุกที่ด้วยแพลตฟอร์ม IoT เพื่อปรับปรุงประสิทธิภาพการทำงานและประสิทธิภาพของธุรกิจของคุณ",
"Footer.Location":"บริษัท เน็กซ์พาย จำกัด | ไทยซัมมิท ทาวเวอร์ ชั้น 14, 1768 ถนนเพชรบุรีตัดใหม่ แขวงบางกะปิ เขตห้วยขวาง กรุงเทพมหานคร 10310",
"Footer.Email":"ส่งอีเมล์",
"Footer.Callus":"ติดต่อเรา"
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment