diff --git a/src/components/Seo.tsx b/src/components/Seo.tsx index 90604102..67ca2383 100644 --- a/src/components/Seo.tsx +++ b/src/components/Seo.tsx @@ -81,6 +81,8 @@ export const Seo = withRouter( + + {title != null && ( )} diff --git a/src/pages/404.js b/src/pages/404.js index 2b5a83ba..71e3ad1a 100644 --- a/src/pages/404.js +++ b/src/pages/404.js @@ -17,17 +17,20 @@ const {Intro, MaxWidth, p: P, a: A} = MDXComponents; export default function NotFound() { return ( - + -

This page doesn’t exist.

+

இந்தப் வலைப்பக்கம் கண்டறியப்படவில்லை.

- If this is a mistake{', '} - - let us know + இதில் ஏதேனும் தவறு இருந்தால் {', '} + + எங்களுக்குத் தெரியப்படுத்துங்கள் {', '} - and we will try to fix it! + நாங்கள் அதைச் சரிசெய்ய முயற்சிப்போம் !

diff --git a/src/pages/500.js b/src/pages/500.js index 552dcf77..fc1971bf 100644 --- a/src/pages/500.js +++ b/src/pages/500.js @@ -20,15 +20,15 @@ export default function NotFound() { + meta={{title: 'ஏதோ தவறு நடந்துவிட்டது'}}> -

Something went very wrong.

-

Sorry about that.

+

ஏதோ தவறு நடந்துவிட்டது.

+

இதற்கு வருந்துகிறோம்.

- If you’d like, please{' '} - - report a bug. + உங்களுக்கு விருப்பமென்றால், தயவுசெய்து{' '} + + ஒரு முறையீட்டை புகாரளிக்கவும்.

diff --git a/src/siteConfig.js b/src/siteConfig.js index fc706af9..0031e208 100644 --- a/src/siteConfig.js +++ b/src/siteConfig.js @@ -12,7 +12,7 @@ exports.siteConfig = { version: '19.2', // -------------------------------------- // Translations should replace these lines: - languageCode: 'en', + languageCode: 'ta', hasLegacySite: true, isRTL: false, // --------------------------------------