Skip to content

Commit 84ac2e5

Browse files
authored
Merge pull request #106 from reactjs/feat/translate-errors
docs(react): translate errors index page to tamil
2 parents 4f81eda + 6154e7e commit 84ac2e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/errors/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<Intro>
22

3-
In the minified production build of React, we avoid sending down full error messages in order to reduce the number of bytes sent over the wire.
3+
ரியாக்டின் மினிஃபைடு புரொடக்ஷன் பில்டில், நெட்வொர்க் வழியாக அனுப்பப்படும் பைட்ஸின் அளவை குறைக்க, முழு எரர் மெசேஜ்களை அனுப்பாமல் இருக்கிறோம்.
44

55
</Intro>
66

77

8-
We highly recommend using the development build locally when debugging your app since it tracks additional debug info and provides helpful warnings about potential problems in your apps, but if you encounter an exception while using the production build, the error message will include just a link to the docs for the error.
8+
உங்கள் ஆப்பை டிபக் செய்யும்போது லோக்கலாக டெவலப்மென்ட் பில்டை பயன்படுத்தும்படி நாம் வலியுறுத்துகிறோம்; அது கூடுதல் டிபக் இன்போவை டிராக் செய்து, உங்கள் ஆப்ஸில் இருக்கக்கூடிய பிரச்சினைகள் குறித்து உதவிகரமான வார்னிங்ஸ்களை வழங்கும். ஆனால் புரொடக்ஷன் பில்டைப் பயன்படுத்தும் போது எக்செப்ஷன் ஏற்பட்டால், அந்த எரர் மெசேஜில் அந்த எரருக்கான டாக்ஸ்க்கு ஒரு லிங்க் மட்டும் இருக்கும்.
99

10-
For an example, see: [https://react.dev/errors/149](/errors/421).
10+
ஒரு உதாரணத்திற்கு, இதைப் பாருங்கள்: [https://react.dev/errors/149](/errors/421).

0 commit comments

Comments
 (0)