pages.ta: fix outdated translations; df: add Tamil translation (#12093)

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
K.B.Dharun Krishna
2024-01-24 09:16:08 +05:30
committed by GitHub
parent a02acdffba
commit 8519b29ac2
7 changed files with 75 additions and 11 deletions

View File

@@ -24,6 +24,10 @@
`g++ -c {{மூலம்_1.cpp/பாதை மூலம்_2.cpp/பாதை ...}} && g++ -o {{வெளியீடு_செயல்படுத்தக்கூடியது/பாதை}} {{மூலம்_1.o/பாதை மூலம்_2.o/பாதை ...}}`
- செயல்திறனுக்காக தொகுக்கப்பட்ட நிரலை மேம்படுத்தவும்:
`g++ {{மூலம்.cpp/பாதை}} -O{{1|2|3|fast}} -o {{வெளியீடு_இயங்கக்கூடியது/பாதை}}`
- பதிப்பைக் காட்டு:
`g++ --version`