mancala/mobile/src/localization/en.ts

6 lines
139 B
TypeScript
Raw Normal View History

2024-03-24 14:05:32 +03:00
export default {
translation: {
2024-03-24 14:23:08 +03:00
newGame: "New Game",
searchingOppenent: 'Please wait, searching opponent...',
2024-03-24 14:05:32 +03:00
}
};