Skip to content

Instantly share code, notes, and snippets.

View debrajrakshit's full-sized avatar
🎯
Focusing

Debraj Rakshit debrajrakshit

🎯
Focusing
View GitHub Profile
@debrajrakshit
debrajrakshit / strings.xml
Last active December 31, 2015 14:04 — forked from udacityandroid/strings.xml
Android for Beginners : Spanish Localization Solution. This would be saved in the res/values-es/strings.xml file.
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Title for the application. [CHAR LIMIT=12] -->
<string name="app_name">Sólo Java</string>
<!-- Hint text display in the empty field for the user's name [CHAR LIMIT=20] -->
<string name="name">Nombre</string>
<!-- Heading for Toppings [CHAR LIMIT=20] -->
<string name="toppings">Ingredientes</string>